Enum ExternalDatabaseConfigurationAccessFlag

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DOWNLOAD_DATA
      Deprecated.
      Allows the download of the data
      DOWNLOAD_META
      Deprecated.
      Allows the download of the meta data (TABLE, COLUMNS etc)
      UPLOAD_DATA
      Deprecated.
      Allows the upload of the data
      UPLOAD_META
      Deprecated.
      Allows the upload of the meta data (TABLE, COLUMNS etc)
    • Enum Constant Detail

      • DOWNLOAD_META

        public static final ExternalDatabaseConfigurationAccessFlag DOWNLOAD_META
        Deprecated.
        Allows the download of the meta data (TABLE, COLUMNS etc)
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • DOWNLOAD_DATA

        public static final ExternalDatabaseConfigurationAccessFlag DOWNLOAD_DATA
        Deprecated.
        Allows the download of the data
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • UPLOAD_DATA

        public static final ExternalDatabaseConfigurationAccessFlag UPLOAD_DATA
        Deprecated.
        Allows the upload of the data
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • UPLOAD_META

        public static final ExternalDatabaseConfigurationAccessFlag UPLOAD_META
        Deprecated.
        Allows the upload of the meta data (TABLE, COLUMNS etc)
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.