An object that represents version metadata for a version in a branch-versioned feature service.
All properties in this object are read-only, and represent the snapshot in time when fetchVersionsWithCompletion: (AGSServiceGeodatabase) was called. To add a new version use the AGSServiceVersionParameters object.
- See also
AGSServiceVersionParameters, AGSServiceGeodatabase
- Since
- 100.9
§ access
The access level of the version
- Since
- 100.9
§ commonAncestorDate
| - (NSDate*) commonAncestorDate |
|
readnonatomicstrong |
The timestamp of when the version was last reconciled and posted to its ancestor
- Since
- 100.9
§ creationDate
The timestamp of when the version was created
- Since
- 100.9
§ evaluationDate
| - (NSDate*) evaluationDate |
|
readnonatomicstrong |
The timestamp of when the topology of the version's data was last validated
- Since
- 100.9
§ infoDescription
| - (NSString*) infoDescription |
|
readnonatomiccopy |
The description of the version
- Since
- 100.9
§ modifiedDate
The timestamp of when the data in the version was last modified
- Since
- 100.9
§ name
The name of the version
- Since
- 100.9
§ owner
Whether the current portal user is the owner of the version
- Since
- 100.9
§ reconcileDate
| - (NSDate*) reconcileDate |
|
readnonatomicstrong |
The timestamp of when the version was last reconciled with its ancestor
- Since
- 100.9
§ versionID
The unique ID of the version
- Since
- 100.9