GenerateLayerQueryOption enum

Control which features for a layer or table are copied from the server when creating a geodatabase.

Inheritance

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

coreValue → RT_GenerateLayerQueryOption
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.