ViewConsolidationPolicySegmentsMin Property |
The minimum number of segments that
will be evaluated as candidates
for consolidation (default: 1)
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? SegmentsMin { get; set; }
Public Property SegmentsMin As Long?
Get
Set
public:
property Nullable<long long> SegmentsMin {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member SegmentsMin : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also