Firestore v1 API - Class BatchWriteResponse (3.6.0)

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

Reference documentation and code samples for the Firestore v1 API class BatchWriteResponse.

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
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
TypeDescription
RepeatedFieldWriteResult