ServiceCounters.DocumentCounter Property

Definition

Gets or sets total number of documents across all indexes in the service.

[Newtonsoft.Json.JsonProperty(PropertyName="documentCount")]
public Microsoft.Azure.Search.Models.ResourceCounter DocumentCounter { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="documentCount")>]
member this.DocumentCounter : Microsoft.Azure.Search.Models.ResourceCounter with get, set
Public Property DocumentCounter As ResourceCounter

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to