public sealed class BatchWriteResponse : IMessage<BatchWriteResponse>, IEquatable<BatchWriteResponse>, IDeepCloneable<BatchWriteResponse>, IBufferMessage, IMessageReference documentation and code samples for the Firestore v1 API class BatchWriteResponse.
The response from [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
Implements
IMessageBatchWriteResponse, IEquatableBatchWriteResponse, IDeepCloneableBatchWriteResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
BatchWriteResponse()
public BatchWriteResponse()BatchWriteResponse(BatchWriteResponse)
public BatchWriteResponse(BatchWriteResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchWriteResponse |
Properties
Status
public RepeatedField<Status> Status { get; }The status of applying the writes.
This i-th write status corresponds to the i-th write in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStatus |
|
WriteResults
public RepeatedField<WriteResult> WriteResults { get; }The result of applying the writes.
This i-th write result corresponds to the i-th write in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldWriteResult |
|