Show / Hide Table of Contents

Class BatchWriteResponse

The response from Firestore.BatchWrite.

Inheritance
object
BatchWriteResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class BatchWriteResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Status

The status of applying the writes. This i-th write status corresponds to the i-th write in the request.

Declaration
[JsonProperty("status")]
public virtual IList<Status> Status { get; set; }
Property Value
Type Description
IList<Status>

WriteResults

The result of applying the writes. This i-th write result corresponds to the i-th write in the request.

Declaration
[JsonProperty("writeResults")]
public virtual IList<WriteResult> WriteResults { get; set; }
Property Value
Type Description
IList<WriteResult>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX