Share via


DataFlowStagingInfo Class

Definition

Staging info for execute data flow activity.

public class DataFlowStagingInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFlowStagingInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFlowStagingInfo>
public class DataFlowStagingInfo
type DataFlowStagingInfo = class
    interface IJsonModel<DataFlowStagingInfo>
    interface IPersistableModel<DataFlowStagingInfo>
type DataFlowStagingInfo = class
Public Class DataFlowStagingInfo
Implements IJsonModel(Of DataFlowStagingInfo), IPersistableModel(Of DataFlowStagingInfo)
Public Class DataFlowStagingInfo
Inheritance
DataFlowStagingInfo
Implements

Constructors

DataFlowStagingInfo()

Initializes a new instance of DataFlowStagingInfo.

Properties

FolderPath

Folder path for staging blob. Type: string (or Expression with resultType string).

LinkedService

Staging linked service reference.

Explicit Interface Implementations

IJsonModel<DataFlowStagingInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataFlowStagingInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFlowStagingInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFlowStagingInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataFlowStagingInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to