The strategy used to determine how a dataset is partitioned.
When a {@link Dataset} is configuredwith a partition strategy, that data is considered partitioned. Any entities written to a partitioned dataset are evaluated with its {@code PartitionStrategy} to determine which partition to write to.
You should use the inner {@link Builder} to create new instances.
@see DatasetDescriptor @see Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|