RecordSet.TTL Property

Definition

Gets or sets the TTL (time-to-live) of the records in the record set.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.TTL")]
public long? TTL { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.TTL")>]
member this.TTL : Nullable<int64> with get, set
Public Property TTL As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to