The parameters used to create a new version in a branch-versioned feature service. More...
|  Header |  #include <Service | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.9.
Public Functions
| Service | |
| virtual | ~ | 
|  Esri | access() const | 
| QString | description() const | 
| QString | name() const | 
| void | set | 
| void | set | 
| void | set | 
Detailed Description
See also ServiceGeodatabase.
Member Function Documentation
ServiceVersionParameters::ServiceVersionParameters  (QObject *parent = nullptr)   
Create a new ServiceVersionParameters object.
- parent - The optional parent QObject.
 
The ServiceVersionParameters::access will default to Public.
[override virtual] ServiceVersionParameters::~ServiceVersionParameters   ()   
Destructor.
Esri::ArcGISRuntime::VersionAccess     ServiceVersionParameters::access() const   
Returns the access level of the version.
See also setAccess().
QString ServiceVersionParameters::description() const   
Returns the description of the version.
See also setDescription().
QString ServiceVersionParameters::name() const   
Returns the name of the version.
The name should be short (less than 64 characters) and not contain any special characters.
See also setName().
void ServiceVersionParameters::setAccess (Esri::ArcGISRuntime::VersionAccess     access)   
Sets the access to access.
See also access.
void ServiceVersionParameters::setDescription (const QString &description)   
Sets the description to description.
See also description.
void ServiceVersionParameters::setName (const QString &name)   
Sets the name to name.
See also name.