Click or drag to resize

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; }

Property Value

Type: NullableInt32
See Also