ViewConsolidationPolicySegmentsBytesFloor Property |
The value (in bytes) to treat all
smaller segments as equal for
consolidation selection (default: 2097152)
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? SegmentsBytesFloor { get; set; }
Public Property SegmentsBytesFloor As Long?
Get
Set
public:
property Nullable<long long> SegmentsBytesFloor {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member SegmentsBytesFloor : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also