ArmIotOperationsModelFactory.DataflowBuiltInTransformationSettings Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationSettings DataflowBuiltInTransformationSettings(Azure.ResourceManager.IotOperations.Models.TransformationSerializationFormat? serializationFormat = default, string schemaRef = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationDataset> datasets = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationFilter> filter = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationMap> map = default);
static member DataflowBuiltInTransformationSettings : Nullable<Azure.ResourceManager.IotOperations.Models.TransformationSerializationFormat> * string * seq<Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationDataset> * seq<Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationFilter> * seq<Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationMap> -> Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationSettings
Public Shared Function DataflowBuiltInTransformationSettings (Optional serializationFormat As Nullable(Of TransformationSerializationFormat) = Nothing, Optional schemaRef As String = Nothing, Optional datasets As IEnumerable(Of DataflowBuiltInTransformationDataset) = Nothing, Optional filter As IEnumerable(Of DataflowBuiltInTransformationFilter) = Nothing, Optional map As IEnumerable(Of DataflowBuiltInTransformationMap) = Nothing) As DataflowBuiltInTransformationSettings

Parameters

serializationFormat
Nullable<TransformationSerializationFormat>

Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json.

schemaRef
String

Reference to the schema that describes the output of the transformation.

datasets
IEnumerable<DataflowBuiltInTransformationDataset>

Enrich data from Broker State Store. Dataset references a key in Broker State Store.

filter
IEnumerable<DataflowBuiltInTransformationFilter>

Filters input record or datapoints based on condition.

map
IEnumerable<DataflowBuiltInTransformationMap>

Maps input to output message.

Returns

A new DataflowBuiltInTransformationSettings instance for mocking.

Applies to