EditorTrackingInfo

A class that contains information about the fields in a layer or table which track who has made changes to the data and when those changes occurred.

Property

Type

Description

CreationDateFieldName

string

Field which tracks the date the row was created.

CreatorFieldName

string

Field which tracks the logged in user of the creator.

EditDateFieldName

string

Field which tracks the date the row was last updated.

EditorFieldName

string

Field which tracks the logged in user who made the last edit to the row.

Realm

string

The realm which will be appended to the logged in user when editor tracking information is stored.

Remarks

The feature service can be configured to append a realm to edits made through ArcGIS Server if edits are being tracked. For example, if you configure the service to use the realm @server, subsequent edits by Mary will appear in the database under Mary@server.

2/28/2020