public sealed class TransactionOptions.Types.ReadWrite : IMessage<TransactionOptions.Types.ReadWrite>, IEquatable<TransactionOptions.Types.ReadWrite>, IDeepCloneable<TransactionOptions.Types.ReadWrite>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class TransactionOptions.Types.ReadWrite.
Message type to initiate a read-write transaction. Currently this transaction type has no options.
Implements
IMessageTransactionOptionsTypesReadWrite, IEquatableTransactionOptionsTypesReadWrite, IDeepCloneableTransactionOptionsTypesReadWrite, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
ReadWrite()
public ReadWrite()
ReadWrite(ReadWrite)
public ReadWrite(TransactionOptions.Types.ReadWrite other)
Parameter | |
---|---|
Name | Description |
other |
TransactionOptionsTypesReadWrite |
Properties
MultiplexedSessionPreviousTransactionId
public ByteString MultiplexedSessionPreviousTransactionId { get; set; }
Optional. Clients should pass the transaction ID of the previous transaction attempt that was aborted if this transaction is being executed on a multiplexed session. This feature is not yet supported and will result in an UNIMPLEMENTED error.
Property Value | |
---|---|
Type | Description |
ByteString |
ReadLockMode
public TransactionOptions.Types.ReadWrite.Types.ReadLockMode ReadLockMode { get; set; }
Read lock mode for the transaction.
Property Value | |
---|---|
Type | Description |
TransactionOptionsTypesReadWriteTypesReadLockMode |