CloudTieringCachePerformance.CacheHitBytesPercent Property

Definition

Gets percentage of total bytes (hit + miss) that were served from the local server

[Newtonsoft.Json.JsonProperty(PropertyName="cacheHitBytesPercent")]
public int? CacheHitBytesPercent { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cacheHitBytesPercent")>]
member this.CacheHitBytesPercent : Nullable<int>
Public ReadOnly Property CacheHitBytesPercent As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to