Share via


GremlinGraphResource.DefaultTtl Property

Definition

Gets or sets default time to live

[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