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."],[[["This webpage provides documentation for the `StructuredQuery.Types.CollectionSelector` class within the Google Cloud Firestore V1 API, specifically for version 3.7.0, with links to other versions."],["`StructuredQuery.Types.CollectionSelector` is a class used to select collections, such as `messages as m1`, and it inherits from `object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `StructuredQuery.Types.CollectionSelector` includes two constructors, one default and one that accepts another `CollectionSelector` instance for copying."],["Key properties of the `StructuredQuery.Types.CollectionSelector` class include `AllDescendants`, which determines if all descendant collections are selected, and `CollectionId`, which specifies the ID of the collection to select."],["The documentation also highlights inherited members like `GetHashCode`, `GetType`, and `ToString`, and mentions the namespace and assembly where this class is located."]]],[]]