Show / Hide Table of Contents

Class ServiceVersionInfo

Represents version metadata for a version in a branch-versioned feature service.

Inheritance
System.Object
ServiceVersionInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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

TargetVersions
.NET Standard 2.0100.9 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.9 - 200.8
Xamarin.Android100.9 - 100.15
Xamarin.iOS100.9 - 100.15
UWP100.9 - 200.8
In This Article
Back to top Copyright © 2022 Esri.