IIndexResponseExpireAfter Property |
Supported by indexes of type
TTL.
The time interval (in seconds) from the point in time stored in the
Fields property
after which the documents count as expired.
Can be set to 0 to let documents expire as soon as the server time
passes the point in time stored in the document attribute,
or to a higher number to delay the expiration.
Namespace:
ArangoDBNetStandard.IndexApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax int? ExpireAfter { get; set; }
Property ExpireAfter As Integer?
Get
Set
property Nullable<int> ExpireAfter {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract ExpireAfter : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also