Enums.GenerateLayerQueryOption enumeration

GenerateLayerQueryOption determines which features are copied from the server when generating a geodatabase.

GenerateLayerQueryOption can be one of:

ConstantDescription
Enums.GenerateLayerQueryOptionUnknown(-1) An unknown query option. Normally the result when an error occurs. This value is obsolete.
Enums.GenerateLayerQueryOptionAll(0) All features are copied from the server when creating a geodatabase.
Enums.GenerateLayerQueryOptionNone(1) When combined with GenerateLayerOption.includeRelated, if false, no features are copied from the server when creating a geodatabase. When true, only features that are in a relationship are copied. 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.
Enums.GenerateLayerQueryOptionUseFilter(2) Features satisfying the criteria imposed by the GenerateLayerOption.whereClause and GenerateLayerOption.useGeometry properties are copied from the server when creating a geodatabase.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close