prorm API Reference
    Preparing search index...

    Interface ClusteredOptions

    Options for

    decorator (SQL Server)

    interface ClusteredOptions {
        type?: ClusterType;
        unique?: boolean;
        fillFactor?: number;
        include?: string[];
        options?: Record<string, string | number>;
    }
    Index

    Type of cluster Default: 'clustered'

    unique?: boolean

    Whether to create a unique index Default: false

    fillFactor?: number

    Index fill factor (0-100)

    include?: string[]

    Include columns (for non-clustered)

    options?: Record<string, string | number>

    Index options