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 documentation for the `StructuredQuery.Types.CollectionSelector` class within the Google Cloud Firestore V1 API, specifically for the .NET environment, with the most recent version at 3.10.0, and the currently displayed version at 3.4.0."],["`StructuredQuery.Types.CollectionSelector` allows for the selection of Firestore collections and supports specifying whether to include only immediate children or all descendant collections."],["The `CollectionSelector` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class offers two constructors, one parameterless and one that accepts another `CollectionSelector` instance for copying its properties."],["The properties `AllDescendants` and `CollectionId` are both found in this class, and allow the specification of the selection to be either a boolean for all descendants, and a string for the id of the collection to be selected."]]],[]]