Show / Hide Table of Contents

Class BatchWriteRequest

The request for Firestore.BatchWrite.

Inheritance
object
BatchWriteRequest
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 BatchWriteRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Labels

Labels associated with this batch write.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Writes

The writes to apply. Method does not apply writes atomically and does not guarantee ordering. Each write succeeds or fails independently. You cannot write to the same document more than once per request.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX