HashKeyRange class
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
Constructors
- HashKeyRange({required String endingHashKey, required String startingHashKey})
-
HashKeyRange.fromJson(Map<
String, dynamic> json) -
factory
Properties
- endingHashKey → String
-
The ending hash key of the hash key range.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startingHashKey → String
-
The starting hash key of the hash key range.
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