Show / Hide Table of Contents

Property MinServerGeneration

MinServerGeneration

Gets the minimum server generation number for the geodatabase.

Declaration
public long MinServerGeneration { get; }
Property Value
Type Description
System.Int64

The minimum server generation number for the geodatabase.

Remarks

Note that this property is only required when using advanced workflows to manually apply pre-generated changes and not when performing a sync directly against the online service. Server generation numbers indicate the state of a geodatabase (or individual layers) with respect to changes which have been synced with the online service. The number increases as new changes from the online feature service are synced to the local geodatabase. If the SyncModel is Geodatabase, the value will indicate the server generation number for the entire geodatabase. If the SyncModel is Layer, the value will be the lowest server generation number for all of the layers in the geodatabase. This property will be -1 if the geodatabase does not support sync (None).

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.6 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.6 - 200.7
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.7
In This Article
Back to top Copyright © 2022 Esri.