DataFlowDebugCommandPayload Class

Definition

Structure of command payload.

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

Constructors

DataFlowDebugCommandPayload(String)

Initializes a new instance of DataFlowDebugCommandPayload.

Properties

Columns

Array of column names.

Expression

The expression which is used for preview.

RowLimits

Row limits for preview response.

StreamName

The stream name which is used for preview.

Explicit Interface Implementations

IJsonModel<DataFlowDebugCommandPayload>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataFlowDebugCommandPayload>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFlowDebugCommandPayload>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFlowDebugCommandPayload>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataFlowDebugCommandPayload>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to