Description
The JobVersionInfo class is a collection of properties for a job's version and a true or false flag to see if the version has been created or not.
Class hierarchy
esri.WorkflowManager.SupportClasses.JobVersionInfo()
Properties
dataWorkspaceId | string | A unique identifier of the data workspace. |
name | string | The name of the data workspace. |
parent | string | The parent version of the geodatabase. |
created | boolean | Indicator to check if the version has been created or not. |
owner | string | The name of the version owner. |
Property Details
A unique identifier of the data workspace.
The name of the data workspace.
The parent version of the geodatabase.
Indicator to check if the version has been created or not.
The name of the version owner.