MapperAttributeMapping 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.
Source and target column mapping details.
public class MapperAttributeMapping : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.MapperAttributeMapping>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.MapperAttributeMapping>
public class MapperAttributeMapping
type MapperAttributeMapping = class
interface IJsonModel<MapperAttributeMapping>
interface IPersistableModel<MapperAttributeMapping>
type MapperAttributeMapping = class
Public Class MapperAttributeMapping
Implements IJsonModel(Of MapperAttributeMapping), IPersistableModel(Of MapperAttributeMapping)
Public Class MapperAttributeMapping
- Inheritance
-
MapperAttributeMapping
- Implements
Constructors
MapperAttributeMapping() |
Initializes a new instance of MapperAttributeMapping. |
Properties
AttributeReference |
Reference of the source column used in the mapping. It is used for 'Direct' mapping type only. |
AttributeReferences |
List of references for source columns. It is used for 'Derived' and 'Aggregate' type mappings only. |
Expression |
Expression used for 'Aggregate' and 'Derived' type mapping. |
FunctionName |
Name of the function used for 'Aggregate' and 'Derived' (except 'Advanced') type mapping. |
MappingType |
Type of the CDC attribute mapping. Note: 'Advanced' mapping type is also saved as 'Derived'. |
Name |
Name of the target column. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MapperAttributeMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MapperAttributeMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MapperAttributeMapping>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MapperAttributeMapping>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MapperAttributeMapping>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET