ArcGIS Runtime SDK for iOS: AGSServiceVersionInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSServiceVersionInfo Class Reference

Description

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 createVersionWithParameters:completion: (AGSServiceGeodatabase)

See also
AGSServiceVersionParameters, AGSServiceGeodatabase
Since
100.9
Inheritance diagram for AGSServiceVersionInfo:
AGSObject

Properties

AGSVersionAccess access
 
NSDate * commonAncestorDate
 
NSDate * creationDate
 
NSDate * evaluationDate
 
NSString * infoDescription
 
NSDate * modifiedDate
 
NSString * name
 
BOOL owner
 
NSDate * reconcileDate
 
NSUUID * versionID
 

Property Documentation

◆ access

- (AGSVersionAccess) access
readnonatomicassign

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

- (NSDate*) creationDate
readnonatomicstrong

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

- (NSDate*) modifiedDate
readnonatomicstrong

The timestamp of when the data in the version was last modified.

Since
100.9

◆ name

- (NSString*) name
readnonatomiccopy

The name of the version.

Since
100.9

◆ owner

- (BOOL) owner
readnonatomicassign

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

- (NSUUID*) versionID
readnonatomicstrong

The unique ID of the version.

Since
100.9