MapperTable Class

Definition

CDC table details.

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

Constructors

MapperTable()

Initializes a new instance of MapperTable.

Properties

DslConnectorProperties

List of name/value pairs for connection properties.

Name

Name of the table.

Schema

List of columns for the source table.

Explicit Interface Implementations

IJsonModel<MapperTable>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MapperTable>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapperTable>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapperTable>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MapperTable>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to