ServiceVersionInfo QML Type
An object that represents version metadata for a version in a branch-versioned feature service. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.9 |
Inherits: |
- List of all members, including inherited members
- ServiceVersionInfo is part of QML Type List.
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
[read-only] access : Enums.VersionAccess |
The access level of the version (read-only).
[read-only] commonAncestorDate : date |
The timestamp of when the version was last reconciled and posted to its ancestor (read-only).
[read-only] creationDate : date |
The timestamp of when the version was created (read-only).
[read-only] description : string |
The description of the version (read-only).
[read-only] evaluationDate : date |
The timestamp of when the topology of the version's data was last validated (read-only).
[read-only] isOwner : bool |
Whether the current portal user is the owner of the version (read-only).
[read-only] modifiedDate : date |
The timestamp of when the data in the version was last modified (read-only).
[read-only] name : string |
The name of the version (read-only).
[read-only] reconcileDate : date |
The timestamp of when the version was last reconciled with its ancestor (read-only).
[read-only] versionId : string |
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.