Cache.CacheSizeGB Property

Definition

Gets or sets the size of this Cache, in 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to