你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataflowBuiltInTransformationSettings Class

Definition

Dataflow BuiltIn Transformation properties.

public class DataflowBuiltInTransformationSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.DataflowBuiltInTransformationSettings>
type DataflowBuiltInTransformationSettings = class
    interface IJsonModel<DataflowBuiltInTransformationSettings>
    interface IPersistableModel<DataflowBuiltInTransformationSettings>
Public Class DataflowBuiltInTransformationSettings
Implements IJsonModel(Of DataflowBuiltInTransformationSettings), IPersistableModel(Of DataflowBuiltInTransformationSettings)
Inheritance
DataflowBuiltInTransformationSettings
Implements

Constructors

DataflowBuiltInTransformationSettings()

Initializes a new instance of DataflowBuiltInTransformationSettings.

Properties

Datasets

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

Filter

Filters input record or datapoints based on condition.

Map

Maps input to output message.

SchemaRef

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

SerializationFormat

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataflowBuiltInTransformationSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataflowBuiltInTransformationSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowBuiltInTransformationSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowBuiltInTransformationSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataflowBuiltInTransformationSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to