Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class DurabilityRequirement

    Inheritance
    object
    DurabilityRequirement
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class DurabilityRequirement

    Properties

    | Edit this page View Source

    Level

    Declaration
    public DurabilityLevel Level { get; set; }
    Property Value
    Type Description
    DurabilityLevel
    | Edit this page View Source

    Timeout

    Declaration
    public TimeSpan Timeout { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.