IndexingReportIndexedDocumentsSize Property |
Gets the total length of indexed documents in MB.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic double IndexedDocumentsSize { get; }
Public ReadOnly Property IndexedDocumentsSize As Double
Get
public:
property double IndexedDocumentsSize {
double get ();
}
member IndexedDocumentsSize : float with get
Property Value
Type:
DoubleThe total length of indexed documents in MB.
See Also