DataflowSourceOperationSettingsResponse

data class DataflowSourceOperationSettingsResponse(val assetRef: String? = null, val dataSources: List<String>, val endpointRef: String, val schemaRef: String? = null, val serializationFormat: String? = null)

Dataflow Source Operation properties

Constructors

Link copied to clipboard
constructor(assetRef: String? = null, dataSources: List<String>, endpointRef: String, schemaRef: String? = null, serializationFormat: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assetRef: String? = null

Reference to the resource in Azure Device Registry where the data in the endpoint originates from.

Link copied to clipboard

List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.

Link copied to clipboard

Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.

Link copied to clipboard
val schemaRef: String? = null

Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.

Link copied to clipboard

Content is a JSON Schema. Allowed: JSON Schema/draft-7.