SequenceNumberRange class
The range of possible sequence numbers for the shard.
Constructors
- SequenceNumberRange({required String startingSequenceNumber, String? endingSequenceNumber})
-
SequenceNumberRange.fromJson(Map<
String, dynamic> json) -
factory
Properties
- endingSequenceNumber → String?
-
The ending sequence number for the range. Shards that are in the OPEN state
have an ending sequence number of
null
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startingSequenceNumber → String
-
The starting sequence number for the 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