Segment class
Defines a non-overlapping region of a table's partitions, allowing multiple requests to be executed in parallel.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segmentNumber → int
-
The zero-based index number of the segment. For example, if the total number
of segments is 4,
SegmentNumber
values range from 0 through 3.final - totalSegments → int
-
The total number of segments.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited