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.

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public TimeSpan? ExpireAfter { get; set; }

Property Value

NullableTimeSpan

See Also