public sealed class StructuredQuery.Types.CollectionSelector : IMessage<StructuredQuery.Types.CollectionSelector>, IEquatable<StructuredQuery.Types.CollectionSelector>, IDeepCloneable<StructuredQuery.Types.CollectionSelector>, IBufferMessage, IMessageReference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.CollectionSelector.
A selection of a collection, such as messages as m1.
Implements
IMessageStructuredQueryTypesCollectionSelector, IEquatableStructuredQueryTypesCollectionSelector, IDeepCloneableStructuredQueryTypesCollectionSelector, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
CollectionSelector()
public CollectionSelector()CollectionSelector(CollectionSelector)
public CollectionSelector(StructuredQuery.Types.CollectionSelector other)| Parameter | |
|---|---|
| Name | Description |
other |
StructuredQueryTypesCollectionSelector |
Properties
AllDescendants
public bool AllDescendants { get; set; }When false, selects only collections that are immediate children of
the parent specified in the containing RunQueryRequest.
When true, selects all descendant collections.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
CollectionId
public string CollectionId { get; set; }The collection ID. When set, selects only collections with this ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|