Share via


CassandraTableGetPropertiesResource.DefaultTtl Property

Definition

Gets or sets time to live of the Cosmos DB Cassandra table

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to