PostExplainAqlQueryResponseIndexMinLength Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? MinLength { get; set; }
Public Property MinLength As Integer?
Get
Set
public:
virtual property Nullable<int> MinLength {
Nullable<int> get () sealed;
void set (Nullable<int> value) sealed;
}
abstract MinLength : Nullable<int> with get, set
override MinLength : Nullable<int> with get, set
Property Value
Type:
NullableInt32Implements
IIndexResponseMinLengthSee Also