Client class

Constructors

Client(Configuration config)
factory

Properties

aliases → Aliases
final
collections Collections
final
config Configuration
final
debug → Debug
final
hashCode int
The hash code for this object.
no setterinherited
health → Health
final
keys → Keys
final
metrics → Metrics
final
multiSearch → MultiSearch
final
operations → Operations
final
presets → Presets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stats → Stats
final

Methods

alias(String aliasName) → Alias
Perform operation on an individual alias having aliasName.
collection(String collectionName) Collection
Perform operation on an individual collection having collectionName.
key(int id) → Key
Perform operation on an individual key having id.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preset(String presetName) → Preset
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited