partitionSizeBytes property

String? partitionSizeBytes
getter/setter pair

Note: This hint is currently ignored by PartitionQuery and PartitionRead requests.

The desired data size for each partition generated. The default for this option is currently 1 GiB. This is only a hint. The actual size of each partition may be smaller or larger than this size request.

Implementation

core.String? partitionSizeBytes;