ScanVertexRequest class

Implemented types

Constructors

ScanVertexRequest()

Properties

common RequestCommon?
getter/setter pair
enable_read_from_follower bool
getter/setter pair
end_time int?
getter/setter pair
filter Int8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int
getter/setter pair
only_latest_version bool
getter/setter pair
parts Map<int, ScanCursor>?
getter/setter pair
return_columns List<VertexProp>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space_id int
getter/setter pair
start_time int?
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
isSetEnable_read_from_follower() bool
isSetEnd_time() bool
isSetFilter() bool
isSetLimit() bool
isSetOnly_latest_version() bool
isSetParts() bool
isSetReturn_columns() bool
isSetSpace_id() bool
isSetStart_time() 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
unsetEnable_read_from_follower() → dynamic
unsetEnd_time() → dynamic
unsetFilter() → dynamic
unsetLimit() → dynamic
unsetOnly_latest_version() → dynamic
unsetParts() → dynamic
unsetReturn_columns() → dynamic
unsetSpace_id() → dynamic
unsetStart_time() → 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

Constants

COMMON → const int
ENABLE_READ_FROM_FOLLOWER → const int
END_TIME → const int
FILTER → const int
LIMIT → const int
ONLY_LATEST_VERSION → const int
PARTS → const int
RETURN_COLUMNS → const int
SPACE_ID → const int
START_TIME → const int