Class ServiceVersionInfo
Represents version metadata for a version in a branch-versioned feature service.
Inheritance
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ServiceVersionInfo
Remarks
All properties in this object are read-only, and represent the snapshot in time when ServiceGeodatabase was called. To add a new version use the ServiceVersionParameters object.
Properties
| Name | Description |
|---|---|
| Access | Gets the access level of the version. |
| CommonAncestorDate | Gets the timestamp of when the version was last reconciled and posted to its ancestor. |
| CreationDate | Gets the timestamp of when the version was created. |
| Description | Gets the description of the version. |
| EvaluationDate | Gets the timestamp of when the topology of the version's data was last validated. |
| IsOwner | Gets a value indicating whether the current portal user is the owner of the version. |
| ModifiedDate | Gets the timestamp of when the data in the version was last modified. |
| Name | Gets the name of the version. |
| ReconcileDate | Gets the timestamp of when the version was last reconciled with its ancestor. |
| VersionId | Gets the unique ID of the version. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.9 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.9 - 200.8 |
| Xamarin.Android | 100.9 - 100.15 |
| Xamarin.iOS | 100.9 - 100.15 |
| UWP | 100.9 - 200.8 |