PowerQuerySource Class

Definition

Power query source.

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

Constructors

PowerQuerySource(String)

Initializes a new instance of PowerQuerySource.

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)
SchemaLinkedService

Schema linked service reference.

(Inherited from DataFlowSource)
Script

source script.

Explicit Interface Implementations

IJsonModel<DataFlowSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataFlowSource)
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<PowerQuerySource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PowerQuerySource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFlowSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataFlowSource)
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<PowerQuerySource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PowerQuerySource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PowerQuerySource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to