public sealed class Projection : IMessage<StructuredQuery.Types.Projection>, IEquatable<StructuredQuery.Types.Projection>, IDeepCloneable<StructuredQuery.Types.Projection>, IBufferMessage, IMessage
The projection of document's fields to return.
Implements
IMessage<StructuredQuery.Types.Projection>, IEquatable<StructuredQuery.Types.Projection>, IDeepCloneable<StructuredQuery.Types.Projection>, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
Projection()
public Projection()
Projection(StructuredQuery.Types.Projection)
public Projection(StructuredQuery.Types.Projection other)
Parameter | |
---|---|
Name | Description |
other | StructuredQuery.Types.Projection |
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 |
RepeatedField<StructuredQuery.Types.FieldReference> |