Type alias IHarpeeModelImportOptions

IHarpeeModelImportOptions: { action?: Actions; csv: string; csvUrl: string; filePath: string; transactToCluster?: boolean }

Type declaration

  • Optional action?: Actions

    what action to be performed on the data. default 'insert'

  • csv: string

    a valid CSV string.

  • csvUrl: string

    an absolute path to the external file.

  • filePath: string

    an absolute path to the local file. Note: this operation only works for local instances not for cloud instances.

  • Optional transactToCluster?: boolean

    selects whether or not the data load will transact to any clustered instance. The default is false.