Share via


RequestStatistics.DocumentsCount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to