AWS::QBusiness::Index TextDocumentStatistics
Provides information about text documents in an index.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "IndexedTextBytes" :
Number
, "IndexedTextDocumentCount" :Number
}
YAML
IndexedTextBytes:
Number
IndexedTextDocumentCount:Number
Properties
IndexedTextBytes
-
The total size, in bytes, of the indexed documents.
Required: No
Type: Number
Minimum:
0
Update requires: No interruption
IndexedTextDocumentCount
-
The number of text documents indexed.
Required: No
Type: Number
Minimum:
0
Update requires: No interruption