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

Description

The parameters used to create a new version in a branch-versioned feature service.

See also
AGSServiceGeodatabase
Since
100.9
Inheritance diagram for AGSServiceVersionParameters:
AGSObject

Instance Methods

(instancetype) - init
 

Class Methods

(instancetype) + serviceVersionParameters
 

Properties

AGSVersionAccess access
 
NSString * name
 
NSString * parametersDescription
 

Method Documentation

◆ init

- (instancetype) init

Initializes the AGSServiceVersionParameters object.

The AGSServiceVersionParameters::access will default to AGSVersionAccessPublic.

Since
100.9

◆ serviceVersionParameters

+ (instancetype) serviceVersionParameters

Create an AGSServiceVersionParameters object.

The AGSServiceVersionParameters::access will default to AGSVersionAccessPublic.

Returns
A new service version parameters.
Since
100.9

Property Documentation

◆ access

- (AGSVersionAccess) access
readwritenonatomicassign

The access level of the version to be created.

Since
100.9

◆ name

- (NSString*) name
readwritenonatomiccopy

The name of the version to be created.

The name should be short (less than 64 characters) and not contain any special characters.

Since
100.9

◆ parametersDescription

- (NSString*) parametersDescription
readwritenonatomiccopy

The description of the version to be created.

Since
100.9