DataflowSourceOperationSettings interface
Dataflow Source Operation properties
Properties
asset |
Reference to the resource in Azure Device Registry where the data in the endpoint originates from. |
data |
List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +. |
endpoint |
Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type. |
schema |
Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match. |
serialization |
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
Azure SDK for JavaScript