Cloud Connector API version 3.8.7000.64800
API for managing and configuring the Cloud Connector
Loading...
Searching...
No Matches
IMapping Interface Reference

Mapping between an on-premises and in-cloud attribute. More...

Inherited by Mapping.

Properties

string From [get, set]
 Gets or sets on-premises attribute name.
 
FromType FromType [get, set]
 Gets or sets the from source type.
 
string To [get]
 Gets in-cloud attribute name.
 
IList< string > Options [get]
 Gets options for mapping attribute.
 
bool Required [get]
 Gets a value indicating whether this attribute is required.
 

Detailed Description

Mapping between an on-premises and in-cloud attribute.

Property Documentation

◆ From

string From
getset

Gets or sets on-premises attribute name.

If set to empty or null, nothing is mapped to the corresponding in-cloud ("To") attribute. Note that a required attribute or a link attribute needs to have "From" defined.

◆ FromType

FromType FromType
getset

Gets or sets the from source type.

Currently there are two kind of type: single attribute and expression attribute


The documentation for this interface was generated from the following file: