TextDocumentStatistics
public struct TextDocumentStatistics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The total size, in bytes, of the indexed documents.
Declaration
Swift
public let indexedTextBytes: Int64 -
The number of text documents indexed.
Declaration
Swift
public let indexedTextDocumentsCount: Int -
Undocumented
Declaration
Swift
public init(indexedTextBytes: Int64, indexedTextDocumentsCount: Int)
View on GitHub
TextDocumentStatistics Structure Reference