BatchGetPartitionResponse constructor

BatchGetPartitionResponse({
  1. List<Partition>? partitions,
  2. List<PartitionValueList>? unprocessedKeys,
})

Implementation

BatchGetPartitionResponse({
  this.partitions,
  this.unprocessedKeys,
});