Share via


ServiceCounters.IndexCounter Property

Definition

Gets or sets total number of indexes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to