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