public sealed class StructuredQuery.Types.Projection : IMessage<StructuredQuery.Types.Projection>, IEquatable<StructuredQuery.Types.Projection>, IDeepCloneable<StructuredQuery.Types.Projection>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.Projection.
[[["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-08-07 UTC."],[[["This webpage provides documentation for the `StructuredQuery.Types.Projection` class within the Google Cloud Firestore V1 API for .NET."],["The latest version of `StructuredQuery.Types.Projection` is version 3.10.0, with multiple previous versions available, starting from version 2.3.0 up until the latest release."],["`StructuredQuery.Types.Projection` is used to define which document fields should be returned by a query, and returns all fields if empty."],["The `Projection` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Fields` property is of type `RepeatedField\u003cStructuredQuery.Types.FieldReference\u003e` and represents the list of fields to be returned in the query results."]]],[]]