ViewConsolidationPolicyMinScore Property |
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? MinScore { get; set; }
Public Property MinScore As Long?
Get
Set
public:
property Nullable<long long> MinScore {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member MinScore : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also