DataTypeProducer

DataTypeProducer
DataTypeProducer

Detailed information about the capabilities and requirements of the data type.

JSON Example
{
    "info_type_information": {
        "foo": "bar"
    },
    "info_job_data_schema": {
        "foo": "bar"
    },
    "collectable": false,
    "subscription": false
}
object
info_type_information
Optional

Type specific information for this information type that does not fit in the info_job_data_schema.

object
info_job_data_schema
Required

A JSON schema describing how job data is queried and delivered.

boolean
collectable
Optional

If true, consumers of this type will have their requests processed through dms data-collection which may engage a caching mechanism if the same job has run before.

boolean
subscription
Optional

If true, consumers of this type will typically register one job and then receive mulitiple notifications from the long run job. Each notification will happen when more data is available. The consumer should be sure to delete the job when no longer needed.

Parameter To