RecordSet.Ttl Property

Definition

Gets or sets recordset time to live.

[Newtonsoft.Json.JsonProperty(PropertyName="ttl")]
public int? Ttl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ttl")>]
member this.Ttl : Nullable<int> with get, set
Public Property Ttl As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to