Class BatchWriteResponse (3.0.0)

public sealed class BatchWriteResponse : IMessage<BatchWriteResponse>, IEquatable<BatchWriteResponse>, IDeepCloneable<BatchWriteResponse>, IBufferMessage, IMessage

The response from [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].

Inheritance

Object > BatchWriteResponse

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

BatchWriteResponse()

public BatchWriteResponse()

BatchWriteResponse(BatchWriteResponse)

public BatchWriteResponse(BatchWriteResponse other)
Parameter
NameDescription
otherBatchWriteResponse

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
TypeDescription
RepeatedField<Status>

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
TypeDescription
RepeatedField<WriteResult>