CouchbaseBucket.SupportsEnhancedDurability Property Couchbase .NET SDK 2.3.3
Gets a value indicating whether enhanced durability is enabled.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public bool SupportsEnhancedDurability { get; }

Property Value

Type: Boolean
true if the server supports enhanced durability and it is enabled; otherwise, false.

Implements

IBucket.SupportsEnhancedDurability
See Also