你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MapperTargetConnectionsInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A object which contains list of tables and connection details for a target connection.
public class MapperTargetConnectionsInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.MapperTargetConnectionsInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.MapperTargetConnectionsInfo>
public class MapperTargetConnectionsInfo
type MapperTargetConnectionsInfo = class
interface IJsonModel<MapperTargetConnectionsInfo>
interface IPersistableModel<MapperTargetConnectionsInfo>
type MapperTargetConnectionsInfo = class
Public Class MapperTargetConnectionsInfo
Implements IJsonModel(Of MapperTargetConnectionsInfo), IPersistableModel(Of MapperTargetConnectionsInfo)
Public Class MapperTargetConnectionsInfo
- Inheritance
-
MapperTargetConnectionsInfo
- Implements
Constructors
MapperTargetConnectionsInfo() |
Initializes a new instance of MapperTargetConnectionsInfo. |
Properties
Connection |
Source connection details. |
DataMapperMappings |
List of table mappings. |
Relationships |
List of relationship info among the tables. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
TargetEntities |
List of source tables for a target connection. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MapperTargetConnectionsInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MapperTargetConnectionsInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MapperTargetConnectionsInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MapperTargetConnectionsInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MapperTargetConnectionsInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |