ArcGIS Runtime SDK for iOS
100.15
|
The parameters used to create a new version in a branch-versioned feature service.
AGSServiceGeodatabase
Instance Methods | |
(instancetype) | - init |
Class Methods | |
(instancetype) | + serviceVersionParameters |
Properties | |
AGSVersionAccess | access |
NSString * | name |
NSString * | parametersDescription |
- (instancetype) init |
Initializes the AGSServiceVersionParameters
object.
The AGSServiceVersionParameters::access
will default to AGSVersionAccessPublic
.
+ (instancetype) serviceVersionParameters |
Create an AGSServiceVersionParameters
object.
The AGSServiceVersionParameters::access
will default to AGSVersionAccessPublic
.
|
readwritenonatomicassign |
The access level of the version to be created.
|
readwritenonatomiccopy |
The name of the version to be created.
The name should be short (less than 64 characters) and not contain any special characters.
|
readwritenonatomiccopy |
The description of the version to be created.