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