@maschinenlesbar.org/regionalstatistik-cli
    Preparing search index...

    Interface DataTableParams

    Parameters for data/table (the workhorse). Selection is narrowed with the year/time, regional and classifying-variable filters; GENESIS returns the table as a delimited CSV string in Object.Content.

    interface DataTableParams {
        area?: string;
        classifyingkey1?: string;
        classifyingkey2?: string;
        classifyingkey3?: string;
        classifyingkey4?: string;
        classifyingkey5?: string;
        classifyingvariable1?: string;
        classifyingvariable2?: string;
        classifyingvariable3?: string;
        classifyingvariable4?: string;
        classifyingvariable5?: string;
        compress?: boolean;
        contents?: string;
        endyear?: string;
        language?: string;
        regionalkey?: string;
        regionalvariable?: string;
        stand?: string;
        startyear?: string;
        structureinformation?: boolean;
        timeslices?: number;
        transpose?: boolean;
    }

    Hierarchy (View Summary)

    Index
    area?: string
    classifyingkey1?: string
    classifyingkey2?: string
    classifyingkey3?: string
    classifyingkey4?: string
    classifyingkey5?: string
    classifyingvariable1?: string
    classifyingvariable2?: string
    classifyingvariable3?: string
    classifyingvariable4?: string
    classifyingvariable5?: string
    compress?: boolean
    contents?: string
    endyear?: string
    language?: string
    regionalkey?: string

    Regional key selection (AGS/ARS), * wildcard allowed (e.g. "08*").

    regionalvariable?: string

    Regional level variable, e.g. KREISE (Kreise) or GEMEIN (Gemeinden).

    stand?: string
    startyear?: string
    structureinformation?: boolean

    Include the recursive dimension tree under Object.Structure.

    timeslices?: number
    transpose?: boolean