datapoints-export-selector/datapoints-export-selector.model.ts
Represents counts of datapoints data categorized by their availability and delivery method.
Properties |
browserDownloadableCount |
browserDownloadableCount:
|
Type : number
|
The number of datapoints whose data can be directly downloaded through a web browser. |
emailDeliverableCount |
emailDeliverableCount:
|
Type : number
|
The number of datapoints whose data will be sent via email because its record count exceeded 50_000. |
nonRetrievableCount |
nonRetrievableCount:
|
Type : number
|
The number of datapoints whose data cannot be retrieved at all, neither through direct download nor via email because its record count exceeded 1_000_000 API limit. |