interface IndexStatisticsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_qbusiness.CfnIndex.IndexStatisticsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#CfnIndex_IndexStatisticsProperty |
![]() | software.amazon.awscdk.services.qbusiness.CfnIndex.IndexStatisticsProperty |
![]() | aws_cdk.aws_qbusiness.CfnIndex.IndexStatisticsProperty |
![]() | aws-cdk-lib » aws_qbusiness » CfnIndex » IndexStatisticsProperty |
Provides information about the number of documents in an index.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_qbusiness as qbusiness } from 'aws-cdk-lib';
const indexStatisticsProperty: qbusiness.CfnIndex.IndexStatisticsProperty = {
textDocumentStatistics: {
indexedTextBytes: 123,
indexedTextDocumentCount: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
text | IResolvable | Text | The number of documents indexed. |
textDocumentStatistics?
Type:
IResolvable
|
Text
(optional)
The number of documents indexed.