Firestore v1 API - Class StructuredQuery.Types.Projection (3.6.0)

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.

The projection of document's fields to return.

Inheritance

object > StructuredQuery.Types.Projection

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

Projection()

public Projection()

Projection(Projection)

public Projection(StructuredQuery.Types.Projection other)
Parameter
NameDescription
otherStructuredQueryTypesProjection

Properties

Fields

public RepeatedField<StructuredQuery.Types.FieldReference> Fields { get; }

The fields to return.

If empty, all fields are returned. To only return the name of the document, use ['__name__'].

Property Value
TypeDescription
RepeatedFieldStructuredQueryTypesFieldReference