The 'Check and Set' or 'CAS' 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; }
public ulong Cas { get; }
Public ReadOnly Property Cas As ULong
Get
Public ReadOnly Property Cas As ULong
Get
public:
virtual property unsigned long long Cas {
unsigned long long get () sealed;
}
public:
virtual property unsigned long long Cas {
unsigned long long get () sealed;
}
abstract Cas : uint64 with get
override Cas : uint64 with get
abstract Cas : uint64 with get
override Cas : uint64 with get
Property Value
Type:
UInt64Implements
IOperationResult.Cas
See Also