DistcpSettings 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.
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
Azure SDK for .NET