Click or drag to resize

ViewConsolidationPolicy Properties

The ViewConsolidationPolicy type exposes the following members.

Properties
  NameDescription
Public propertyMinScore
Specified if Type is TierType.
Public propertySegmentsBytesFloor
The value (in bytes) to treat all smaller segments as equal for consolidation selection (default: 2097152)
Public propertySegmentsBytesMax
Maximum allowed size of all consolidated segments in bytes (default: 5368709120)
Public propertySegmentsMax
The maximum number of segments that will be evaluated as candidates for consolidation (default: 10)
Public propertySegmentsMin
The minimum number of segments that will be evaluated as candidates for consolidation (default: 1)
Public propertyThreshold
Value in the range [0.0, 1.0]
Public propertyType
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.
Top
See Also