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.
When false, selects only collections that are immediate children of
the parent specified in the containing RunQueryRequest.
When true, selects all descendant collections.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The latest version of the `StructuredQuery.Types.CollectionSelector` class is 3.10.0, as part of the Firestore v1 API."],["This class, `StructuredQuery.Types.CollectionSelector`, allows for the selection of a collection, such as `messages as m1`, within the Firestore API."],["The `CollectionSelector` class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CollectionSelector` include `AllDescendants`, which determines whether to select only immediate child collections or all descendant collections, and `CollectionId`, which filters selections based on a specific collection ID."],["The `CollectionSelector` class has a public constructor, `CollectionSelector()`, and another, `CollectionSelector(CollectionSelector other)`, that uses a pre existing `StructuredQuery.Types.CollectionSelector` as a parameter."]]],[]]