An object that represents version metadata for a version in a branch-versioned feature service. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.9 |
Inherits: |
Properties
- access : Enums.VersionAccess
- commonAncestorDate : date
- creationDate : date
- description : string
- evaluationDate : date
- isOwner : bool
- modifiedDate : date
- name : string
- reconcileDate : date
- versionId : string
Detailed Description
All properties in this object are read-only, and represent the snapshot in time when ServiceGeodatabase::fetchVersions() was called. To add a new version, use the ServiceGeodatabase::createVersion function.
Note: You cannot declare or create a component of this type in QML code.
See also ServiceVersionParameters and ServiceGeodatabase.
Property Documentation
The timestamp of when the version was last reconciled and posted to its ancestor (read-only).
The timestamp of when the topology of the version's data was last validated (read-only).
The timestamp of when the version was last reconciled with its ancestor (read-only).
The unique ID of the version (read-only).
The versionId property is a UUID represented as a string.
Note: This will always contain brackets and any hex values will always be lower case.