The "Check and Set" value for enforcing optimistic concurrency
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic ulong Cas { get; set; }
public ulong Cas { get; set; }
Public Property Cas As ULong
Get
Set
Public Property Cas As ULong
Get
Set
public:
virtual property unsigned long long Cas {
unsigned long long get () sealed;
void set (unsigned long long value) sealed;
}
public:
virtual property unsigned long long Cas {
unsigned long long get () sealed;
void set (unsigned long long value) sealed;
}
abstract Cas : uint64 with get, set
override Cas : uint64 with get, set
abstract Cas : uint64 with get, set
override Cas : uint64 with get, set
Property Value
Type:
UInt64Implements
IDocument<T>.Cas
See Also