#include <TextDocumentStatistics.h>
Provides information about text documents indexed in an index.
See Also:
AWS API Reference
Definition at line 30 of file TextDocumentStatistics.h.
◆ TextDocumentStatistics() [1/2]
Aws::kendra::Model::TextDocumentStatistics::TextDocumentStatistics |
( |
| ) |
|
◆ TextDocumentStatistics() [2/2]
◆ GetIndexedTextBytes()
long long Aws::kendra::Model::TextDocumentStatistics::GetIndexedTextBytes |
( |
| ) |
const |
|
inline |
◆ GetIndexedTextDocumentsCount()
int Aws::kendra::Model::TextDocumentStatistics::GetIndexedTextDocumentsCount |
( |
| ) |
const |
|
inline |
◆ IndexedTextBytesHasBeenSet()
bool Aws::kendra::Model::TextDocumentStatistics::IndexedTextBytesHasBeenSet |
( |
| ) |
const |
|
inline |
◆ IndexedTextDocumentsCountHasBeenSet()
bool Aws::kendra::Model::TextDocumentStatistics::IndexedTextDocumentsCountHasBeenSet |
( |
| ) |
const |
|
inline |
◆ Jsonize()
◆ operator=()
◆ SetIndexedTextBytes()
void Aws::kendra::Model::TextDocumentStatistics::SetIndexedTextBytes |
( |
long long |
value | ) |
|
|
inline |
◆ SetIndexedTextDocumentsCount()
void Aws::kendra::Model::TextDocumentStatistics::SetIndexedTextDocumentsCount |
( |
int |
value | ) |
|
|
inline |
◆ WithIndexedTextBytes()
◆ WithIndexedTextDocumentsCount()
TextDocumentStatistics& Aws::kendra::Model::TextDocumentStatistics::WithIndexedTextDocumentsCount |
( |
int |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: