ViewConsolidationPolicyThreshold Property |
Value in the range [0.0, 1.0]
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public decimal? Threshold { get; set; }
Public Property Threshold As Decimal?
Get
Set
public:
property Nullable<Decimal> Threshold {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member Threshold : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalSee Also