Class ServiceVersionInfo
Represents version metadata for a version in a branch-versioned feature service.
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 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.9 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.9 - 100.12 |
| Xamarin.Android | 100.9 - 100.15 |
| Xamarin.iOS | 100.9 - 100.15 |
| UWP | 100.9 - 100.15 |