CloudTieringCachePerformance.CacheMissBytes Property

Definition

Gets count of bytes that were served from the cloud

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to