Class: PartitionStrategy

PartitionStrategy(optionsopt)

new PartitionStrategy(optionsopt)

Parameters:
Name Type Attributes Description
options Object <optional>
Properties
Name Type Attributes Description
partitionKey String <optional>
name of the property key to partition by
writePartition String <optional>
the value of the currently write partition
readPartitions Array.<String> <optional>
list of strings representing the partitions to include for reads
includeMetaProperties boolean <optional>
determines if meta-properties should be included in partitioning defaulting to false
Source: