Cloud Connector API  version 3.5.1001.64485
API for managing and configuring the Cloud Connector
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. More...
 
FromType FromType [get, set]
 Gets or sets the from source type More...
 
string To [get]
 Gets in-cloud attribute name. More...
 
IList< string > Options [get]
 Gets options for mapping attribute. More...
 
bool Required [get]
 Gets a value indicating whether this attribute is required. More...
 

Detailed Description

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

Property Documentation

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
getset

Gets or sets the from source type

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

IList<string> Options
get

Gets options for mapping attribute.

bool Required
get

Gets a value indicating whether this attribute is required.

string To
get

Gets in-cloud attribute name.


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