IndexStatistics class
Provides information about the number of documents and the number of questions and answers in an index.
Constructors
- IndexStatistics({required FaqStatistics faqStatistics, required TextDocumentStatistics textDocumentStatistics})
-
IndexStatistics.fromJson(Map<
String, dynamic> json) -
factory
Properties
- faqStatistics → FaqStatistics
-
The number of question and answer topics in the index.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textDocumentStatistics → TextDocumentStatistics
-
The number of text documents indexed.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited