prorm API Reference
    Preparing search index...

    Interface PartitionDefinition

    Individual partition definition

    interface PartitionDefinition {
        name: string;
        bound?: PartitionBound | PartitionListBound | PartitionHashBound;
        tablespace?: string;
        storageParameters?: Record<string, string | number>;
    }
    Index
    name: string

    Name of the partition

    Partition bound specification

    tablespace?: string

    Tablespace for the partition (PostgreSQL)

    storageParameters?: Record<string, string | number>

    Storage parameters for the partition