Esri ArcGIS Online (AGOL) Feature Service User Attributes
These are the attribute types defined by this format.
Attribute Type |
Description |
---|---|
esriFieldTypeSingle |
Single fields store 32-bit floating point values. There is no ability to specify the precision and width of the field. |
esriFieldTypeDouble |
Double fields store 64-bit floating point values. There is no ability to specify the precision and width of the field. |
esriFieldTypeInteger |
Integer fields store signed integers. |
esriFieldTypeSmallInteger |
Small integer fields store 16-bit signed integers. |
esriFieldTypeString |
This type is invalid for this format, but may be visible if inherited from other formats. |
esriFieldTypeString(width) |
String fields store arbitrary string data, up to a specified size limit. |
esriFieldTypeDate(width) |
A date field stores date and/or time. It is represented as a UNIX timestamp within ArcGIS Online. FME converts this format to the FME date/time format. |
esriFieldTypeGUID(width) |
A globally unique identifier (GUID) field. The width is ignored. It is exposed to maintain parity with the ArcGIS REST API. |
esriFieldTypeGlobalID(width) |
The Global ID field. Each feature type may define at most one field with this type. Its value is a GUID. The width is ignored. It is exposed to maintain parity with the ArcGIS REST API. |