Class ObserveState
Assembly: Couchbase.NetClient.dll
Syntax
public sealed class ObserveState
Properties
|
Edit this page
View Source
Cas
Declaration
public ulong Cas { get; set; }
Property Value
|
Edit this page
View Source
Key
Declaration
public string Key { get; set; }
Property Value
|
Edit this page
View Source
KeyLength
Declaration
public int KeyLength { get; set; }
Property Value
|
Edit this page
View Source
KeyState
Declaration
public KeyState KeyState { get; set; }
Property Value
|
Edit this page
View Source
PersistStat
Declaration
public uint PersistStat { get; set; }
Property Value
|
Edit this page
View Source
ReplState
Declaration
public uint ReplState { get; set; }
Property Value
|
Edit this page
View Source
VBucket
Declaration
public int VBucket { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides