DslIndexDefinitionExpireAfter Property
|
Optional. Specifies a value, in seconds via TimeSpan,
as a time to live (TTL) to control how long data source retains data objects in data source.
This property only applies to TTL indexes.
Namespace: Casewhere.Runtime.DSLAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic TimeSpan? ExpireAfter { get; set; }
Property Value
NullableTimeSpan
See Also