PowerQuerySink Class

Definition

Power query sink.

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

Constructors

PowerQuerySink(String)

Initializes a new instance of PowerQuerySink.

Properties

Dataset

Dataset reference.

(Inherited from DataFlowTransformation)
Description

Transformation description.

(Inherited from DataFlowTransformation)
Flowlet

Flowlet Reference.

(Inherited from DataFlowTransformation)
LinkedService

Linked service reference.

(Inherited from DataFlowTransformation)
Name

Transformation name.

(Inherited from DataFlowTransformation)
RejectedDataLinkedService

Rejected data linked service reference.

(Inherited from DataFlowSink)
SchemaLinkedService

Schema linked service reference.

(Inherited from DataFlowSink)
Script

sink script.

Explicit Interface Implementations

IJsonModel<DataFlowSink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataFlowSink)
IJsonModel<DataFlowSink>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataFlowSink)
IJsonModel<DataFlowTransformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataFlowTransformation)
IJsonModel<DataFlowTransformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataFlowTransformation)
IJsonModel<PowerQuerySink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PowerQuerySink>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFlowSink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataFlowSink)
IPersistableModel<DataFlowSink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataFlowSink)
IPersistableModel<DataFlowSink>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataFlowSink)
IPersistableModel<DataFlowTransformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataFlowTransformation)
IPersistableModel<DataFlowTransformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataFlowTransformation)
IPersistableModel<DataFlowTransformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataFlowTransformation)
IPersistableModel<PowerQuerySink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PowerQuerySink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PowerQuerySink>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to