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