Class BatchWriteRequest
The request for BatchWrite.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.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 |
ExcludeTxnFromChangeStreams
Optional. If you don't set the exclude_txn_from_change_streams option or if it's set to false, then any
change streams monitoring columns modified by transactions will capture the updates made within that
transaction.
Declaration
[JsonProperty("excludeTxnFromChangeStreams")]
public virtual bool? ExcludeTxnFromChangeStreams { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MutationGroups
Required. The groups of mutations to be applied.
Declaration
[JsonProperty("mutationGroups")]
public virtual IList<MutationGroup> MutationGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MutationGroup> |
RequestOptions
Common options for this request.
Declaration
[JsonProperty("requestOptions")]
public virtual RequestOptions RequestOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| RequestOptions |