Class Pipeline
A Firestore query represented as an ordered list of operations / stages.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class Pipeline : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Stages
Required. Ordered list of stages to evaluate.
Declaration
[JsonProperty("stages")]
public virtual IList<Stage> Stages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Stage> |