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