File tree Expand file tree Collapse file tree 3 files changed +117
-100
lines changed
Expand file tree Collapse file tree 3 files changed +117
-100
lines changed Original file line number Diff line number Diff line change 1- /**
2- * @beta
3- * @license
1+ /**
2+ * @beta
3+ * @license
44 * Copyright 2025 Google LLC
55 *
66 * Licensed under the Apache License, Version 2.0 (the "License");
1818
1919import type { Pipeline } from './pipeline' ;
2020
21- /**
22- * @beta
23- * Options defining Pipeline execution.
21+ /**
22+ * @beta
23+ * Options defining Pipeline execution.
2424 */
2525export interface PipelineExecuteOptions {
26- /**
26+ /**
2727 * @beta
2828 * Pipeline to be evaluated.
2929 */
3030 pipeline : Pipeline ;
3131
32- /**
32+ /**
3333 * @beta
3434 * Specify the index mode.
3535 */
3636 indexMode ?: 'recommended' ;
3737
38- /**
38+ /**
3939 * @beta
4040 * An escape hatch to set options not known at SDK build time. These values
4141 * will be passed directly to the Firestore backend and not used by the SDK.
You can’t perform that action at this time.
0 commit comments