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-07-26 UTC."],[[["This webpage provides documentation for the `StructuredQuery.Types.CollectionSelector` class within the Google Cloud Firestore V1 API, with the current version being 3.2.0."],["The `CollectionSelector` class is used to define a selection of a collection, such as `messages as m1`, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `CollectionSelector()` and `CollectionSelector(CollectionSelector other)`, allowing for the creation of new instances or copies of existing `CollectionSelector` objects."],["The `CollectionSelector` class has properties `AllDescendants` and `CollectionId`, controlling whether to select only immediate children or all descendant collections and allowing the user to specify the collection ID, respectively."],["This documentation provides links to view versions ranging from the latest at 3.10.0 down to 2.3.0, allowing developers to examine the different version implementations of `CollectionSelector`."]]],[]]