StreamingEndpoint.MaxCacheAge プロパティ

定義

キャッシュの最大有効期間を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象