IndexGetStatisticsResponse.StorageSize Property

Optional. Gets the amount of storage in bytes consumed by the index.

Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Usage

'Usage
Dim instance As IndexGetStatisticsResponse
Dim value As Long

value = instance.StorageSize

instance.StorageSize = value

Syntax

'Declaration
Public Property StorageSize As Long
public long StorageSize { get; set; }
public:
property long long StorageSize {
    long long get ();
    void set (long long value);
}
/** @property */
public long get_StorageSize ()

/** @property */
public void set_StorageSize (long value)
public function get StorageSize () : long

public function set StorageSize (value : long)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

IndexGetStatisticsResponse Class
IndexGetStatisticsResponse Members
Microsoft.Azure.Search.Models Namespace