Firestore v1 API - Class StructuredQuery.Types.CollectionSelector (3.6.0)

public sealed class StructuredQuery.Types.CollectionSelector : IMessage<StructuredQuery.Types.CollectionSelector>, IEquatable<StructuredQuery.Types.CollectionSelector>, IDeepCloneable<StructuredQuery.Types.CollectionSelector>, IBufferMessage, IMessage

Reference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.CollectionSelector.

A selection of a collection, such as messages as m1.

Inheritance

object > StructuredQuery.Types.CollectionSelector

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

CollectionSelector()

public CollectionSelector()

CollectionSelector(CollectionSelector)

public CollectionSelector(StructuredQuery.Types.CollectionSelector other)
Parameter
NameDescription
otherStructuredQueryTypesCollectionSelector

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
TypeDescription
bool

CollectionId

public string CollectionId { get; set; }

The collection ID. When set, selects only collections with this ID.

Property Value
TypeDescription
string