[Missing <summary> documentation for "P:Couchbase.Configuration.Server.Serialization.BucketConfig.Rev"]
Namespace: Couchbase.Configuration.Server.SerializationAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int Rev { get; set; }
public int Rev { get; set; }
Public Property Rev As Integer
Get
Set
Public Property Rev As Integer
Get
Set
public:
virtual property int Rev {
int get () sealed;
void set (int value) sealed;
}
public:
virtual property int Rev {
int get () sealed;
void set (int value) sealed;
}
abstract Rev : int with get, set
override Rev : int with get, set
abstract Rev : int with get, set
override Rev : int with get, set
Property Value
Type:
Int32Implements
IBucketConfig.Rev
See Also