IndexingReportTotalIndexSize Property |
Gets the total index size in bytes.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic long TotalIndexSize { get; }
Public ReadOnly Property TotalIndexSize As Long
Get
public:
property long long TotalIndexSize {
long long get ();
}
member TotalIndexSize : int64 with get
Property Value
Type:
Int64The total index size in bytes.
See Also