Description
This function creates a new version in the geodatabase.
Parameter |
Value |
---|---|
restEndPoint |
Name of the endpoint that references the feature service. |
versionName |
Fully qualified name of the version (e.g. SDE.DEFAULT). |
Return value
The returned value is an XML document with the created version result.
Description
This function returns the version information from the geodatabase.
Parameter |
Value |
---|---|
restEndPoint |
Name of the endpoint that references the feature service. |
versionName |
Fully qualified name of the version (e.g. SDE.DEFAULT). |
Return value
The returned value is an XML document with version information.
Description
This function returns the GUID (global unique identifier) for a version defined by a name.
Parameter |
Value |
---|---|
restEndPoint |
Name of the endpoint that references the feature service. |
versionName |
Fully qualified name of the version (e.g. SDE.DEFAULT). |
Return value
The returned value is the version's global unique identifier.
Description
This function deletes a version from the geodatabase.
Parameter |
Value |
---|---|
restEndPoint |
Name of the endpoint that references the feature service. |
versionName |
Fully qualified name of the version (e.g. SDE.DEFAULT). |
Return value
The returned value is an XML document with the deletion results.