Class CollectionSelector
A selection of a collection, such as messages as m1
.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class CollectionSelector : IDirectResponseSchema
Properties
AllDescendants
When false, selects only collections that are immediate children of the parent
specified in the containing
RunQueryRequest
. When true, selects all descendant collections.
Declaration
[JsonProperty("allDescendants")]
public virtual bool? AllDescendants { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CollectionId
The collection ID. When set, selects only collections with this ID.
Declaration
[JsonProperty("collectionId")]
public virtual string CollectionId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |