public final class GetIndexStatisticsResult extends Object
| Constructor and Description |
|---|
GetIndexStatisticsResult() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDocumentCount()
Get the documentCount property: The number of documents in the index.
|
long |
getStorageSize()
Get the storageSize property: The amount of storage in bytes consumed by
the index.
|
public long getDocumentCount()
public long getStorageSize()
Copyright © 2020 Microsoft Corporation. All rights reserved.