public sealed class RunAggregationQueryResponse : IMessage<RunAggregationQueryResponse>, IEquatable<RunAggregationQueryResponse>, IDeepCloneable<RunAggregationQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class RunAggregationQueryResponse.
The response for [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
Implements
IMessageRunAggregationQueryResponse, IEquatableRunAggregationQueryResponse, IDeepCloneableRunAggregationQueryResponse, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.FirestoreV1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
RunAggregationQueryResponse()
public RunAggregationQueryResponse()
RunAggregationQueryResponse(RunAggregationQueryResponse)
public RunAggregationQueryResponse(RunAggregationQueryResponse other)
Parameter | |
---|---|
Name | Description |
other | RunAggregationQueryResponse |
Properties
ReadTime
public Timestamp ReadTime { get; set; }
The time at which the aggregate value is valid for.
Property Value | |
---|---|
Type | Description |
Timestamp |
Result
public AggregationResult Result { get; set; }
A single aggregation result.
Not present when reporting partial progress.
Property Value | |
---|---|
Type | Description |
AggregationResult |
Transaction
public ByteString Transaction { get; set; }
The transaction that was started as part of this request.
Only present on the first response when the request requested to start a new transaction.
Property Value | |
---|---|
Type | Description |
ByteString |