Click or drag to resize

ViewConsolidationPolicyType Property

The type of consolidation policy. 1) TierType (default): consolidate based on segment byte size and live document count as dictated by the customization attributes. If this type is used, then below SegmentsBytesFloor, SegmentsBytesMax, SegmentsMax, SegmentsMin and MinScore are specified. 2) BytesAccumulationType: consolidate only if the sum of all candidate segment byte size is less than the total segment byte size multiplied by the Threshold.

Namespace:  ArangoDBNetStandard.ViewApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public string Type { get; set; }

Property Value

Type: String
See Also