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