Google Cloud Spanner v1 API - Class BatchWriteRequest (5.0.0-beta01)

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

Reference documentation and code samples for the Google Cloud Spanner v1 API class BatchWriteRequest.

The request for [BatchWrite][google.spanner.v1.Spanner.BatchWrite].

Inheritance

object > BatchWriteRequest

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

BatchWriteRequest()

public BatchWriteRequest()

BatchWriteRequest(BatchWriteRequest)

public BatchWriteRequest(BatchWriteRequest other)
Parameter
NameDescription
otherBatchWriteRequest

Properties

MutationGroups

public RepeatedField<BatchWriteRequest.Types.MutationGroup> MutationGroups { get; }

Required. The groups of mutations to be applied.

Property Value
TypeDescription
RepeatedFieldBatchWriteRequestTypesMutationGroup

RequestOptions

public RequestOptions RequestOptions { get; set; }

Common options for this request.

Property Value
TypeDescription
RequestOptions

Session

public string Session { get; set; }

Required. The session in which the batch request is to be run.

Property Value
TypeDescription
string

SessionAsSessionName

public SessionName SessionAsSessionName { get; set; }

SessionName-typed view over the Session resource name property.

Property Value
TypeDescription
SessionName