OperationResultCas Property |
The 'Check and Set' or 'CAS' value for enforcing optimistic concurrency.
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ulong Cas { get; }
Public ReadOnly Property Cas As ULong
Get
public:
virtual property unsigned long long Cas {
unsigned long long get () sealed;
}
abstract Cas : uint64 with get
override Cas : uint64 with get
Property Value
Type:
UInt64Implements
IOperationResultCas
See Also