型・APIリファレンス
    Preparing search index...

    Interface RawDataFileDownloadParameter

    ローデータファイルダウンロードパラメータ

    interface RawDataFileDownloadParameter {
        aggregationType: "Simple" | "Crosstab";
        characterCode?: string;
        defName: string;
        fileSupportType?: string;
        filterCondition?: FilterCondition[];
        selectedData: AggregationResultData[];
    }
    Index

    Properties

    aggregationType: "Simple" | "Crosstab"

    集計タイプ

    characterCode?: string

    文字コード

    defName: string

    View名

    fileSupportType?: string

    ファイルサポート種別

    filterCondition?: FilterCondition[]

    検索条件

    selectedData: AggregationResultData[]

    選択データ