DistcpSettings Class

Definition

Distcp settings.

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

Constructors

DistcpSettings(Object, Object)

Initializes a new instance of DistcpSettings.

Properties

DistcpOptions

Specifies the Distcp options. Type: string (or Expression with resultType string).

ResourceManagerEndpoint

Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).

TempScriptPath

Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).

Applies to