ViewDetailsWritebufferActive Property |
Maximum number of concurrent active
writers (segments) that perform a transaction.
Other writers (segments) wait till current
active writers (segments) finish
(default: 0, use 0 to disable, immutable)
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? WritebufferActive { get; set; }
Public Property WritebufferActive As Integer?
Get
Set
public:
property Nullable<int> WritebufferActive {
Nullable<int> get ();
void set (Nullable<int> value);
}
member WritebufferActive : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also