CloudTieringCachePerformance.CacheHitBytes Property

Definition

Gets count of bytes that were served from the local server

[Newtonsoft.Json.JsonProperty(PropertyName="cacheHitBytes")]
public long? CacheHitBytes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cacheHitBytes")>]
member this.CacheHitBytes : Nullable<int64>
Public ReadOnly Property CacheHitBytes As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to