SoaRecord.MinimumTtl プロパティ

定義

この SOA レコードの最小値を取得または設定します。 慣例により、これは負のキャッシュ期間を決定するために使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象