ConnectorMappingResourceFormat interface
The connector mapping resource format.
- Extends
Properties
| connector |
The connector mapping name NOTE: This property will not be serialized. It can only be populated by the server. |
| connector |
The connector name. NOTE: This property will not be serialized. It can only be populated by the server. |
| connector |
Type of connector. |
| created | The created time. NOTE: This property will not be serialized. It can only be populated by the server. |
| data |
The DataFormat ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| description | The description of the connector mapping. |
| display |
Display name for the connector mapping. |
| entity |
Defines which entity type the file should map to. |
| entity |
The mapping entity name. |
| last |
The last modified time. NOTE: This property will not be serialized. It can only be populated by the server. |
| mapping |
The properties of the mapping. |
| next |
The next run time based on customer's settings. NOTE: This property will not be serialized. It can only be populated by the server. |
| run |
The RunId. NOTE: This property will not be serialized. It can only be populated by the server. |
| state | State of connector mapping. NOTE: This property will not be serialized. It can only be populated by the server. |
| tenant |
The hub name. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
connectorMappingName
The connector mapping name NOTE: This property will not be serialized. It can only be populated by the server.
connectorMappingName?: string
Property Value
string
connectorName
The connector name. NOTE: This property will not be serialized. It can only be populated by the server.
connectorName?: string
Property Value
string
connectorType
Type of connector.
connectorType?: string
Property Value
string
created
The created time. NOTE: This property will not be serialized. It can only be populated by the server.
created?: Date
Property Value
Date
dataFormatId
The DataFormat ID. NOTE: This property will not be serialized. It can only be populated by the server.
dataFormatId?: string
Property Value
string
description
The description of the connector mapping.
description?: string
Property Value
string
displayName
Display name for the connector mapping.
displayName?: string
Property Value
string
entityType
Defines which entity type the file should map to.
entityType?: EntityTypes
Property Value
entityTypeName
The mapping entity name.
entityTypeName?: string
Property Value
string
lastModified
The last modified time. NOTE: This property will not be serialized. It can only be populated by the server.
lastModified?: Date
Property Value
Date
mappingProperties
The properties of the mapping.
mappingProperties?: ConnectorMappingProperties
Property Value
nextRunTime
The next run time based on customer's settings. NOTE: This property will not be serialized. It can only be populated by the server.
nextRunTime?: Date
Property Value
Date
runId
The RunId. NOTE: This property will not be serialized. It can only be populated by the server.
runId?: string
Property Value
string
state
State of connector mapping. NOTE: This property will not be serialized. It can only be populated by the server.
state?: ConnectorMappingStates
Property Value
tenantId
The hub name. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type