Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data TextDocumentStatistics Source #
Provides information about text documents indexed in an index.
See: newTextDocumentStatistics
smart constructor.
TextDocumentStatistics' | |
|
Instances
newTextDocumentStatistics Source #
:: Natural | |
-> Natural | |
-> TextDocumentStatistics |
Create a value of TextDocumentStatistics
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:indexedTextDocumentsCount:TextDocumentStatistics'
, textDocumentStatistics_indexedTextDocumentsCount
- The number of text documents indexed.
$sel:indexedTextBytes:TextDocumentStatistics'
, textDocumentStatistics_indexedTextBytes
- The total size, in bytes, of the indexed documents.
textDocumentStatistics_indexedTextDocumentsCount :: Lens' TextDocumentStatistics Natural Source #
The number of text documents indexed.
textDocumentStatistics_indexedTextBytes :: Lens' TextDocumentStatistics Natural Source #
The total size, in bytes, of the indexed documents.