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