ArcGIS Data Reviewer API for JavaScript
Show:

SessionProperties Class

Represents an ArcGIS Data Reviewer session properties in which validation and manual quality control results are written to the reviewer workspace.

Constructor

SessionProperties

(
  • userName
  • versionName
  • duplicateFilter
  • storeGeometry
)

Parameters:

  • userName String

    User name under which records are written to the reviewer workspace.

  • versionName String

    Enterprise geodatabase version in which records are validated.

  • duplicateFilter String

    Handle duplicate results when writing the results to the Reviewer workspace. For example: Session,Database,None.

  • storeGeometry Bool

    Controls if validation result geometries are stored in the Reviewer workspace.

Methods

toJSONSessionProperties

() JSON Object private

Serializes the contents of this class into a JSON object that can be used in a BatchValidationTask/createReviewerSession operation.

Returns:

JSON Object: JSON

Properties

duplicateFilter

String

Indicates how to handle duplicate results when writing the results to the Reviewer workspace. Allowed values are Session, Database and None

storeGeometry

Boolean

Indicates if validation result geometries are stored in the Reviewer workspace.

userName

String

The user account to associate with a session.

versionName

String

Indicates an enterprise geodatabase version to associate with the session.