<< Click to Display Table of Contents >> Navigation: Development > Project Artifacts > AttributeDescriptor |
AttributeDescriptors model the details of resource attributes - either collection fields (table columns), routine arguments/results or structured type members.
{
"nativeIdentifier" : "",
"name" : "",
"nativeTypeIdentifier" : "",
"type" : "",
"array" : false,
"extra" : {}
}
Attribute |
Value |
Note |
nativeIdentifier |
The full native name of the attribute |
|
name |
The given name for the attribute |
By default, it is the same as the nativeIdentifier |
nativeTypeIdentifier |
The native data type of the attribute |
|
type |
The DTS type of the attribute |
|
array |
Whether or not the data type is an array or a list |
|
extra |
A map of extra information only relevant for certain attributes of resources from certain connectors |
|