Class: Aws::QBusiness::Types::TextDocumentStatistics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Provides information about text documents in an index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexed_text_bytesInteger

The total size, in bytes, of the indexed documents.

Returns:

  • (Integer)


5480
5481
5482
5483
5484
5485
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5480

class TextDocumentStatistics < Struct.new(
  :indexed_text_bytes,
  :indexed_text_document_count)
  SENSITIVE = []
  include Aws::Structure
end

#indexed_text_document_countInteger

The number of text documents indexed.

Returns:

  • (Integer)


5480
5481
5482
5483
5484
5485
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5480

class TextDocumentStatistics < Struct.new(
  :indexed_text_bytes,
  :indexed_text_document_count)
  SENSITIVE = []
  include Aws::Structure
end