PartitionReadRequest class
The request for PartitionRead
Constructors
-
PartitionReadRequest({List<
String> ? columns, String? index, KeySet? keySet, PartitionOptions? partitionOptions, String? table, TransactionSelector? transaction}) - PartitionReadRequest.fromJson(Map json_)
Properties
-
columns
↔ List<
String> ? -
The columns of table to be returned for each row matching this request.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ String?
-
If non-empty, the name of an index on table.
getter/setter pair
- keySet ↔ KeySet?
-
key_set
identifies the rows to be yielded.getter/setter pair - partitionOptions ↔ PartitionOptions?
-
Additional options that affect how many partitions are created.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- table ↔ String?
-
The name of the table in the database to be read.
getter/setter pair
- transaction ↔ TransactionSelector?
-
Read only snapshot transactions are supported, read/write and single use
transactions are not.
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