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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |