Enums.GenerateLayerQueryOption enumeration

  • QML Enumeration List
  • Enums.GenerateLayerQueryOption enumeration
  • GenerateLayerQueryOption determines which features are copied from the server when generating a geodatabase.

    GenerateLayerQueryOption can be one of:

    ConstantDescription
    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.