CopyTranslator Class

Definition

A copy activity translator. Please note CopyTranslator is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include TabularTranslator.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CopyTranslator+CopyTranslatorConverter))]
public class CopyTranslator
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CopyTranslator+CopyTranslatorConverter))>]
type CopyTranslator = class
Public Class CopyTranslator
Inheritance
CopyTranslator
Derived
Attributes

Constructors

CopyTranslator()

Initializes a new instance of CopyTranslator.

Properties

AdditionalProperties

Additional Properties.

Applies to