DataJobInfo
DataJobInfo
Information related to create a data job
JSON Example
{
"dataDelivery": "string",
"dataTypeId": "string",
"dataDeliveryMechanism": {
"deliveryMethod": "string",
"kafkaDeliveryConfiguration": {
"numPartitions": 0,
"cleanUpPolicy": "string",
"compressionType": "string",
"retentionBytes": 0,
"retentionMs": 0
}
},
"dataDeliverySchemaId": "string",
"pullDeliveryDetailsHttp": {
"dataPullUri": "string"
},
"dataAvailabilityNotificationUri": "string",
"pushDeliveryDetailsHttp": {
"dataPushUri": "string"
},
"streamingConfigurationKafka": {
"topicName": "string",
"kafkaBootstrapServers": [
{
"hostname": "string",
"portAddress": 0
}
]
}
}
object
productionJobDefinition
Required
Job description based on the DME type specific dataProductionSchema.
string
dataDeliverySchemaId
Required
A delivery schema identifier provided by a data producer during the data registration procedure.
Parameter To
Returned By