Enum GenerateLayerQueryOption
Control which features are copied from the server when creating a geodatabase.
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum GenerateLayerQueryOption
Fields
Name | Description |
---|---|
All | All features are copied from the server when creating a geodatabase. |
None | No features are copied from the server when creating a geodatabase. When used in conjunction with upload-only synchronization, this enables a faster upload scenario where new features are sent to the server, while none are downloaded. |
UseFilter | Features satisfying the criteria imposed by the whereClause, includeRelated and useGeometry properties are copied from the server when creating a geodatabase. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |