ArmIotOperationsModelFactory.DataflowBuiltInTransformationSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Enrich data from Broker State Store. Dataset references a key in Broker State Store.
Filters input record or datapoints based on condition.
Maps input to output message.
Returns
A new DataflowBuiltInTransformationSettings instance for mocking.