GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes class
Fields are encoded independently and concatenated with a configurable
delimiter
in between.
A struct with no fields defined is encoded as a single delimiter
. Sorted
mode: - Fields are encoded in sorted mode. - Encoded field values must not
contain any bytes <= delimiter[0]
- Element-wise order is preserved: A < B
if A[0] < B[0]
, or if A[0] == B[0] && A[1] < B[1]
, etc. Strict
prefixes sort first. Distinct mode: - Fields are encoded in distinct mode. -
Encoded field values must not contain delimiter[0]
.
Constructors
Properties
- delimiter ↔ String?
-
Byte sequence used to delimit concatenated fields.
getter/setter pair
-
delimiterAsBytes
↔ List<
int> -
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
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