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 page provides reference documentation for the `StructuredQuery.Types.CollectionSelector` class within the Firestore v1 API, which is used for selecting collections in Firestore queries."],["The `StructuredQuery.Types.CollectionSelector` class has two constructors, one default and another that copies another collection selector, alongside two properties: `AllDescendants` (a boolean) and `CollectionId` (a string)."],["The `CollectionSelector` class implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is implemented using the `object` class."],["There are multiple versions of the Firestore API documented here, ranging from version 2.3.0 up to the latest version, 3.10.0."]]],[]]