Class StructuredQuery.Types.CollectionSelector (3.0.0)

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

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(StructuredQuery.Types.CollectionSelector)

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

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
Boolean

CollectionId

public string CollectionId { get; set; }

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

Property Value
TypeDescription
String