Cache.CacheSizeGB プロパティ

定義

このキャッシュのサイズを GB 単位で取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象