dojo.require("esri.tasks.datareviewer.SessionOptions");
Description
(Added at v3.14)
Represents an ArcGIS Data Reviewer session properties in which validation and manual quality control results are written to the reviewer workspace.
Samples
Search for
samples that use this class.
Constructors
Properties
duplicateFilter | String | Indicates how to handle duplicate results when writing the results to the Reviewer workspace. |
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. |
Constructor Details
Creates a new SessionOptions object.
Parameters:
<String > userName |
Required |
The username under which records are written to the reviewer workspace. |
<String > versionName |
Required |
The enterprise geodatabase version under which records are written to the reviewer workspace. |
<String > duplicateFilter |
Required |
Handle duplicate results when writing the results to the Reviewer workspace. For example: Session, Database, None . |
<Boolean > storeGeometry |
Required |
Controls if validation result geometries are stored in the Reviewer workspace. |
Property Details
Indicates how to handle duplicate results when writing the results to the Reviewer workspace. Allowed values are Session
, Database
and None
.
Indicates if validation result geometries are stored in the Reviewer workspace.
Known values: true | false
The user account to associate with a session.
Indicates an enterprise geodatabase version to associate with the session.