EditorTrackingInfo class final

Editor tracking information indicates who can edit features of an ArcGIS feature service.

Editor tracking allows you to record who made edits and when the edits were applied. This can help you enforce accountability and quality control of the features you add to the geodatabase. If EditorTrackingInfo.editorTrackingEnabled is true, this editing information is recorded against each edited feature using the fields specified in the EditFieldsInfo. For more information, see Editor tracking for feature services.

You can obtain EditorTrackingInfo from the ArcGISFeatureServiceInfo.editorTrackingInfo.

Implemented types

Properties

allowAnonymousToDelete bool
True if anonymous users are allowed to delete features, false otherwise.
no setter
allowAnonymousToUpdate bool
True if anonymous users are allowed to update features, false otherwise.
no setter
allowOthersToDelete bool
True if users other than the owner are allowed to delete, false otherwise.
no setter
allowOthersToUpdate bool
True if users other than the owner are allowed to update, false otherwise.
no setter
editorTrackingEnabled bool
True if editor tracking is enabled, false otherwise.
no setter
hashCode int
The hash code for this object.
no setterinherited
ownershipBasedAccessControlEnabled bool
True if ownership-based access control is enabled, false otherwise.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited