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