Couchbase Transactions .NET | 1.1.0
Search Results for

    Show / Hide Table of Contents

    Class PerTransactionConfig

    A class representing a config applied to a single transaction.

    Inheritance
    Object
    PerTransactionConfig
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Couchbase.Transactions.Config
    Assembly: Couchbase.Transactions.dll
    Syntax
    public class PerTransactionConfig

    Properties

    | Improve this Doc View Source

    DurabilityLevel

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021 Couchbase, Inc.