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.
Implements
IMessageStructuredQueryTypesProjection, IEquatableStructuredQueryTypesProjection, IDeepCloneableStructuredQueryTypesProjection, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.FirestoreV1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
Projection()
public Projection()
Projection(Projection)
public Projection(StructuredQuery.Types.Projection other)
Parameter | |
---|---|
Name | Description |
other | StructuredQueryTypesProjection |
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 | |
---|---|
Type | Description |
RepeatedFieldStructuredQueryTypesFieldReference |