GenerateLayerQueryOption enum
Control which features for a layer or table are copied from the server when creating a geodatabase.
Constructors
- GenerateLayerQueryOption()
-
const
Values
- all → const GenerateLayerQueryOption
-
All features are copied from the server when creating a geodatabase.
- none → const GenerateLayerQueryOption
-
Combines with GenerateLayerOption.includeRelated, if false then no features are copied from the server. If GenerateLayerOption.includeRelated is true then only features that are in a relationship are included. When used in conjunction with upload-only synchronization, this enables a faster upload scenario where new features are only sent to the server and none are downloaded.
- useFilter → const GenerateLayerQueryOption
-
Combines with GenerateLayerOption.whereClause and GenerateLayerOption.useGeometry properties when copying features from the server to take offline.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
GenerateLayerQueryOption> - A constant List of the values in this enum, in order of their declaration.