Members
isNode :boolean
Flag that indicated whether we are nunning in a NodeJS environment (`true`) or not (`false`).
Type:
- Source:
Type Definitions
BillingPlan
Type:
Properties:
| Name |
Type |
Description |
name |
string
|
Name of the billing plan. |
description |
string
|
A description of the billing plan, may include CommonMark syntax. |
paid |
boolean
|
`true` if it is a paid plan, otherwise `false`. |
url |
string
|
A URL pointing to a page describing the billing plan. |
default |
boolean
|
`true` if it is the default plan of the back-end, otherwise `false`. |
- Source:
incomingMessageCallback(payload, message)
A callback that is executed when a message for the corresponding topic is received by the client.
Parameters:
| Name |
Type |
Description |
payload |
object
|
Properties
| Name |
Type |
Description |
issued |
string
|
Date and time when the message was sent, formatted as a RFC 3339 date-time. |
topic |
string
|
The type of the topic, e.g. `openeo.jobs.debug` |
|
message |
object
|
A message, usually an object with some properties. Depends on the topic. |
- Source:
- See:
-
uploadStatusCallback(percentCompleted)
A callback that is executed on upload progress updates.
Parameters:
| Name |
Type |
Description |
percentCompleted |
number
|
The percent (0-100) completed. |
- Source: