GenerateLayerQueryOption

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

Since

200.1.0

Inheritors

Types

Link copied to clipboard

All features are copied from the server when creating a geodatabase.

Link copied to clipboard

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.

Link copied to clipboard

Combines with GenerateLayerOption.whereClause and GenerateLayerOption.useGeometry properties when copying features from the server to take offline.