GetIndexStatisticsResult Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. GetIndexStatisticsResult
- com.
Implements
public final class GetIndexStatisticsResult
implements JsonSerializable<GetIndexStatisticsResult>
Statistics for a given index. Statistics are collected periodically and are not guaranteed to always be up-to-date.
Constructor Summary
| Constructor | Description |
|---|---|
| GetIndexStatisticsResult() |
Creates an instance of Get |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Get |
fromJson(JsonReader jsonReader)
Reads an instance of Get |
| long |
getDocumentCount()
Get the document |
| long |
getStorageSize()
Get the storage |
| long |
getVectorIndexSizeInBytes()
Get the vector |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
GetIndexStatisticsResult
public GetIndexStatisticsResult()
Creates an instance of GetIndexStatisticsResult class.
Method Details
fromJson
public static GetIndexStatisticsResult fromJson(JsonReader jsonReader)
Reads an instance of GetIndexStatisticsResult from the JsonReader.
Parameters:
Returns:
Throws:
getDocumentCount
public long getDocumentCount()
Get the documentCount property: The number of documents in the index.
Returns:
getStorageSize
public long getStorageSize()
Get the storageSize property: The amount of storage in bytes consumed by the index.
Returns:
getVectorIndexSizeInBytes
public long getVectorIndexSizeInBytes()
Get the vectorIndexSizeInBytes property: The amount of memory in bytes consumed by vectors in the index.
Returns: