toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.kendra.kotlin.outputs
/
IndexIndexStatisticTextDocumentStatistic
Index
Index
Statistic
Text
Document
Statistic
data
class
IndexIndexStatisticTextDocumentStatistic
(
val
indexedTextBytes
:
Int
?
=
null
,
val
indexedTextDocumentsCount
:
Int
?
=
null
)
Members
Constructors
Index
Index
Statistic
Text
Document
Statistic
Link copied to clipboard
constructor
(
indexedTextBytes
:
Int
?
=
null
,
indexedTextDocumentsCount
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
indexed
Text
Bytes
Link copied to clipboard
val
indexedTextBytes
:
Int
?
=
null
The total size, in bytes, of the indexed documents.
indexed
Text
Documents
Count
Link copied to clipboard
val
indexedTextDocumentsCount
:
Int
?
=
null
The number of text documents indexed.