GenerateLayerQueryOption determines which features are copied from the server when generating a geodatabase.
GenerateLayerQueryOption can be one of:
Constant | Description |
---|---|
Enums. | (-1) An unknown query option. Normally the result when an error occurs. This value is obsolete. |
Enums. | (0) All features are copied from the server when creating a geodatabase. |
Enums. | (1) When combined with Generatefalse , 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. | (2) Features satisfying the criteria imposed by the Generate |