KeyRangeDataDiskAssignment class

Data disk assignment information for a specific key-range of a sharded computation.

Currently we only support UTF-8 character splits to simplify encoding into JSON.

Properties

dataDisk String?
The name of the data disk where data for this range is stored.
getter/setter pair
end String?
The end (exclusive) of the key range.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start String?
The start (inclusive) of the key range.
getter/setter pair

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