ArmIotOperationsModelFactory.DataflowBuiltInTransformationDataset 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.DataflowBuiltInTransformationDataset DataflowBuiltInTransformationDataset(string key = default, string description = default, string schemaRef = default, System.Collections.Generic.IEnumerable<string> inputs = default, string expression = default);
static member DataflowBuiltInTransformationDataset : string * string * string * seq<string> * string -> Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationDataset
Public Shared Function DataflowBuiltInTransformationDataset (Optional key As String = Nothing, Optional description As String = Nothing, Optional schemaRef As String = Nothing, Optional inputs As IEnumerable(Of String) = Nothing, Optional expression As String = Nothing) As DataflowBuiltInTransformationDataset
Parameters
- key
- String
The key of the dataset.
- description
- String
A user provided optional description of the dataset.
- schemaRef
- String
The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- inputs
- IEnumerable<String>
List of fields for enriching from the Broker State Store.
- expression
- String
Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided).
Returns
A new DataflowBuiltInTransformationDataset instance for mocking.