ReportRecordContract.CacheHitCount Property

Definition

Gets or sets number of times when content was served from cache policy.

[Newtonsoft.Json.JsonProperty(PropertyName="cacheHitCount")]
public int? CacheHitCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cacheHitCount")>]
member this.CacheHitCount : Nullable<int> with get, set
Public Property CacheHitCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to