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 GenerateLayerQueryOptionFields
| 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.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.1 - 200.8 | 
| Xamarin.Android | 100.1 - 100.15 | 
| Xamarin.iOS | 100.1 - 100.15 | 
| UWP | 100.1 - 200.8 |