IntegrationRuntimeDataFlowProperties Class

Definition

Data flow properties for managed integration runtime.

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

Constructors

IntegrationRuntimeDataFlowProperties()

Initializes a new instance of IntegrationRuntimeDataFlowProperties.

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
ComputeType

Compute type of the cluster which will execute data flow job.

CoreCount

Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.

CustomProperties

Custom properties are used to tune the data flow runtime performance.

ShouldCleanupAfterTtl

Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.

TimeToLiveInMinutes

Time to live (in minutes) setting of the cluster which will execute data flow job.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeDataFlowProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationRuntimeDataFlowProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeDataFlowProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeDataFlowProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationRuntimeDataFlowProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to