EditFieldsInfo

The fields that record who adds or edits the features and when the edits are made. These editing fields are defined when the data owner enables editor tracking on the feature service. For more information, see https://enterprise.arcgis.com/en/server/latest/publish-services/windows/editor-tracking-for-feature-services.htm.

You can obtain the EditFieldsInfo from ArcGISFeatureLayerInfo.editFieldsInfo. This information is recorded if EditorTrackingInfo.editorTrackingEnabled is true.

Since

200.1.0

Properties

Link copied to clipboard

The name of the creation date field.

Link copied to clipboard

The name of the creator field.

Link copied to clipboard

The name of the edit date field.

Link copied to clipboard

The name of the editor field.

Link copied to clipboard

The realm is a string that uniquely identifies an editor and how they edited the data. Realms can be used to differentiate edits made through a feature service as opposed to those made directly to the data in the geodatabase. If a realm string is present, it is appended to the username using the "@" character. For example, a realm string of "denver" is appended to the user "John" to give a user name of "John@denver". For more information, see https://enterprise.arcgis.com/en/server/latest/publish-services/windows/use-realms-with-editor-tracking-fs.htm#ESRI_SECTION1_C48E63619BB149DEB40EE31C6158F6C3.