prorm API Reference
    Preparing search index...

    Enumeration PartitionKind

    How a table is divided across partitions.

    Index
    Range: "range"

    By a contiguous span of values — the usual choice for dates.

    List: "list"

    By an explicit set of values per partition.

    Hash: "hash"

    By a hash of the key, for even distribution rather than meaning.