DataFlow Class
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.
Definition of which streams are sent to which destinations.
public class DataFlow : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.DataFlow>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.DataFlow>
type DataFlow = class
interface IJsonModel<DataFlow>
interface IPersistableModel<DataFlow>
Public Class DataFlow
Implements IJsonModel(Of DataFlow), IPersistableModel(Of DataFlow)
- Inheritance
-
DataFlow
- Implements
Constructors
DataFlow() |
Initializes a new instance of DataFlow. |
Properties
BuiltInTransform |
The builtIn transform to transform stream data. |
Destinations |
List of destinations for this data flow. |
OutputStream |
The output stream of the transform. Only required if the transform changes data to a different stream. |
Streams |
List of streams for this data flow. |
TransformKql |
The KQL query to transform stream data. |
Explicit Interface Implementations
IJsonModel<DataFlow>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataFlow>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataFlow>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataFlow>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataFlow>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET