CloudTieringCachePerformance.CacheHitBytesPercent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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