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