다음을 통해 공유


DistcpSettings Class

Definition

Distcp settings.

public class DistcpSettings
type DistcpSettings = class
Public Class DistcpSettings
Inheritance
DistcpSettings

Constructors

DistcpSettings()

Initializes a new instance of the DistcpSettings class.

DistcpSettings(Object, Object, Object)

Initializes a new instance of the DistcpSettings class.

Properties

DistcpOptions

Gets or sets specifies the Distcp options. Type: string (or Expression with resultType string).

ResourceManagerEndpoint

Gets or sets specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).

TempScriptPath

Gets or sets 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).

Methods

Validate()

Validate the object.

Applies to