Bagikan melalui


SynapseIntegrationRuntimeDataFlowProperties Class

Definition

Data flow properties for managed integration runtime.

public class SynapseIntegrationRuntimeDataFlowProperties
type SynapseIntegrationRuntimeDataFlowProperties = class
Public Class SynapseIntegrationRuntimeDataFlowProperties
Inheritance
SynapseIntegrationRuntimeDataFlowProperties

Constructors

SynapseIntegrationRuntimeDataFlowProperties()

Initializes a new instance of SynapseIntegrationRuntimeDataFlowProperties.

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" }.

Cleanup

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.

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.

TimeToLive

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

Applies to