
com.azure.resourcemanager.datafactory.models.MapperTargetConnectionsInfo Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.datafactory.models;
import com.azure.core.annotation.Fluent;
import com.azure.json.JsonReader;
import com.azure.json.JsonSerializable;
import com.azure.json.JsonToken;
import com.azure.json.JsonWriter;
import java.io.IOException;
import java.util.List;
/**
* A object which contains list of tables and connection details for a target connection.
*/
@Fluent
public final class MapperTargetConnectionsInfo implements JsonSerializable {
/*
* List of source tables for a target connection.
*/
private List targetEntities;
/*
* Source connection details.
*/
private MapperConnection connection;
/*
* List of table mappings.
*/
private List dataMapperMappings;
/*
* List of relationship info among the tables.
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy