SynapseIntegrationRuntimeDataFlowProperties 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.
Data flow properties for managed integration runtime.
public class SynapseIntegrationRuntimeDataFlowProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeDataFlowProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeDataFlowProperties>
public class SynapseIntegrationRuntimeDataFlowProperties
type SynapseIntegrationRuntimeDataFlowProperties = class
interface IJsonModel<SynapseIntegrationRuntimeDataFlowProperties>
interface IPersistableModel<SynapseIntegrationRuntimeDataFlowProperties>
type SynapseIntegrationRuntimeDataFlowProperties = class
Public Class SynapseIntegrationRuntimeDataFlowProperties
Implements IJsonModel(Of SynapseIntegrationRuntimeDataFlowProperties), IPersistableModel(Of SynapseIntegrationRuntimeDataFlowProperties)
Public Class SynapseIntegrationRuntimeDataFlowProperties
- Inheritance
-
SynapseIntegrationRuntimeDataFlowProperties
- Implements
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:
|
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SynapseIntegrationRuntimeDataFlowProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SynapseIntegrationRuntimeDataFlowProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SynapseIntegrationRuntimeDataFlowProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SynapseIntegrationRuntimeDataFlowProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SynapseIntegrationRuntimeDataFlowProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET