Class PerTransactionConfig
A class representing a config applied to a single transaction.
Inherited Members
Namespace: Couchbase.Transactions.Config
Assembly: Couchbase.Transactions.dll
Syntax
public class PerTransactionConfig
Properties
| Improve this Doc View SourceDurabilityLevel
Gets an optional value indicating the minimum durability level desired for this transaction.
Declaration
public DurabilityLevel? DurabilityLevel { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Couchbase.KeyValue.DurabilityLevel> |
ExpirationTime
Gets an optional value indicating the relative expiration time of the transaction for this transaction..
Declaration
public TimeSpan? ExpirationTime { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TimeSpan> |
KeyValueTimeout
Gets an option value indicating the timeout on Couchbase Key/Value operations for this transaction.
Declaration
public TimeSpan? KeyValueTimeout { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TimeSpan> |