ServiceCounters.StorageSizeCounter Property

Definition

Gets or sets total size of used storage in bytes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to