Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class DurabilityRequirement

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

Constructors

View Source

DurabilityRequirement()

Declaration
public DurabilityRequirement()

Properties

View Source

Level

Declaration
public DurabilityLevel Level { get; set; }
Property Value
Type Description
DurabilityLevel
View Source

Timeout

Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type Description
TimeSpan
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.