BatchGetPartitionResponse class

Constructors

BatchGetPartitionResponse({List<Partition>? partitions, List<PartitionValueList>? unprocessedKeys})
BatchGetPartitionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
partitions List<Partition>?
A list of the requested partitions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unprocessedKeys List<PartitionValueList>?
A list of the partition values in the request for which partitions were not returned.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited