LookupIndexRequest class
- Implemented types
Constructors
Properties
- common ↔ RequestCommon?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- indices ↔ IndexSpec?
-
getter/setter pair
- limit ↔ int?
-
getter/setter pair
-
order_by
↔ List<
OrderBy> ? -
getter/setter pair
-
parts
↔ List<
int> ? -
getter/setter pair
-
return_columns
↔ List<
Int8List> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- space_id ↔ int
-
getter/setter pair
-
stat_columns
↔ List<
StatProp> ? -
getter/setter pair
Methods
-
getFieldValue(
int fieldID) → dynamic -
Get a field's value by
fieldId
. Primitive types will be wrapped in the appropriate "boxed" types.override -
isSet(
int fieldID) → bool -
Check if a field is currently set or unset, using the
fieldId
.override -
isSetCommon(
) → bool -
isSetIndices(
) → bool -
isSetLimit(
) → bool -
isSetOrder_by(
) → bool -
isSetParts(
) → bool -
isSetReturn_columns(
) → bool -
isSetSpace_id(
) → bool -
isSetStat_columns(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
TProtocol iprot) → void -
Reads the TObject from the given input protocol.
override
-
setFieldValue(
int fieldID, Object? value) → dynamic -
Set a field's value by
fieldId
. Primitive types must be "boxed" in the appropriate object wrapper type.override -
toString(
) → String -
A string representation of this object.
override
-
unsetCommon(
) → dynamic -
unsetIndices(
) → dynamic -
unsetLimit(
) → dynamic -
unsetOrder_by(
) → dynamic -
unsetParts(
) → dynamic -
unsetReturn_columns(
) → dynamic -
unsetSpace_id(
) → dynamic -
unsetStat_columns(
) → dynamic -
validate(
) → dynamic -
write(
TProtocol oprot) → void -
Writes the objects out to the
oprot
protocol.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited