DataflowSourceOperationSettings interface

Dataflow Source Operation properties

Properties

assetRef

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

dataSources

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

endpointRef

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

schemaRef

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

serializationFormat

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

Property Details

assetRef

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

assetRef?: string

Property Value

string

dataSources

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

dataSources: string[]

Property Value

string[]

endpointRef

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

endpointRef: string

Property Value

string

schemaRef

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

schemaRef?: string

Property Value

string

serializationFormat

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

serializationFormat?: string

Property Value

string