Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface defines results of the download data sets matching command.

export
interface

IDownloadDsmResult

Hierarchy

  • IDownloadDsmResult

Index

Properties

downloaded

downloaded: string[]

List of data set names that have downloaded successfully.

failedArchived

failedArchived: string[]

List of data set names that failed to download because they are archived.

failedUnsupported

failedUnsupported: string[]

List of data set names that failed to download because they are an unsupported type.

failedWithErrors

failedWithErrors: {}

Object containing key-value pairs of data set names and errors for data sets that failed to download.

Type declaration

Generated using TypeDoc