Index class

Constructors

Index({required String name, required int numDocs, required String status, required int numShards, required int numReplicas, required int activePrimaryShards, required int activeShards})
Index.fromJson(String name, Map<String, dynamic> json, int numDocs)

Properties

activePrimaryShards int
getter/setter pair
activeShards int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
numDocs int
getter/setter pair
numReplicas int
getter/setter pair
numShards int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
getter/setter pair

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