Class AtmosConstants


  • public final class AtmosConstants
    extends Object
    • Field Detail

      • DOWNLOADED_FILE

        @Metadata(description="The name of the remote path downloaded in case of a single file.",
                  javaType="java.lang.String")
        public static final String DOWNLOADED_FILE
        See Also:
        Constant Field Values
      • DOWNLOADED_FILES

        @Metadata(description="The name of the remote paths downloaded in case of multiple files (one per line).",
                  javaType="java.lang.String")
        public static final String DOWNLOADED_FILES
        See Also:
        Constant Field Values
      • UPLOADED_FILE

        @Metadata(label="producer",
                  description="The name of the remote path uploaded in case of a single file.",
                  javaType="java.lang.String")
        public static final String UPLOADED_FILE
        See Also:
        Constant Field Values
      • UPLOADED_FILES

        @Metadata(label="producer",
                  description="The name of the remote paths uploaded in case of multiple files (one per line).",
                  javaType="java.lang.String")
        public static final String UPLOADED_FILES
        See Also:
        Constant Field Values
      • DELETED_PATH

        @Metadata(label="producer",
                  description="The remote path deleted on Atmos.",
                  javaType="java.lang.String")
        public static final String DELETED_PATH
        See Also:
        Constant Field Values
      • MOVED_PATH

        @Metadata(label="producer",
                  description="The moved path.",
                  javaType="java.lang.String")
        public static final String MOVED_PATH
        See Also:
        Constant Field Values