Interface IBMCOSConstants


public interface IBMCOSConstants
Constants used in Camel IBM COS module
  • Field Details

    • BUCKET_NAME

      @Metadata(description="The bucket Name which this object will be stored or which will be used for the current operation", javaType="String") static final String BUCKET_NAME
      See Also:
    • BUCKET_DESTINATION_NAME

      @Metadata(label="producer", description="The bucket Destination Name which will be used for the current operation", javaType="String") static final String BUCKET_DESTINATION_NAME
      See Also:
    • CACHE_CONTROL

      @Metadata(description="The *optional* Cache-Control HTTP header which allows the user to specify caching behavior", javaType="String") static final String CACHE_CONTROL
      See Also:
    • CONTENT_DISPOSITION

      @Metadata(description="The *optional* Content-Disposition HTTP header, which specifies presentational information such as the recommended filename", javaType="String") static final String CONTENT_DISPOSITION
      See Also:
    • CONTENT_ENCODING

      @Metadata(description="The *optional* Content-Encoding HTTP header specifying what content encodings have been applied to the object", javaType="String") static final String CONTENT_ENCODING
      See Also:
    • CONTENT_LENGTH

      @Metadata(description="The Content-Length HTTP header indicating the size of the associated object in bytes", javaType="Long") static final String CONTENT_LENGTH
      See Also:
    • CONTENT_MD5

      @Metadata(description="The base64 encoded 128-bit MD5 digest of the associated object", javaType="String") static final String CONTENT_MD5
      See Also:
    • CONTENT_TYPE

      @Metadata(description="The Content-Type HTTP header, which indicates the type of content stored in the associated object", javaType="String") static final String CONTENT_TYPE
      See Also:
    • E_TAG

      @Metadata(description="The ETag value for the object", javaType="String") static final String E_TAG
      See Also:
    • KEY

      @Metadata(description="The key under which this object is stored or will be stored", javaType="String") static final String KEY
      See Also:
    • DESTINATION_KEY

      @Metadata(label="producer", description="The Destination key which will be used for the current operation", javaType="String") static final String DESTINATION_KEY
      See Also:
    • LAST_MODIFIED

      @Metadata(description="The value of the Last-Modified header, indicating the date and time at which IBM COS last recorded a modification to the object", javaType="java.util.Date") static final String LAST_MODIFIED
      See Also:
    • VERSION_ID

      @Metadata(description="The version ID of the associated IBM COS object if available", javaType="String") static final String VERSION_ID
      See Also:
    • COS_OPERATION

      @Metadata(description="The operation to perform", javaType="String") static final String COS_OPERATION
      See Also:
    • PREFIX

      @Metadata(description="The prefix which is used to filter objects", javaType="String") static final String PREFIX
      See Also:
    • DELIMITER

      @Metadata(description="The delimiter which is used to filter objects", javaType="String") static final String DELIMITER
      See Also:
    • KEYS_TO_DELETE

      @Metadata(label="producer", description="A list of keys to delete when using deleteObjects operation", javaType="java.util.List<String>") static final String KEYS_TO_DELETE
      See Also:
    • METADATA

      @Metadata(description="A map of metadata to be stored with the object in IBM COS", javaType="java.util.Map<String, String>") static final String METADATA
      See Also:
    • RANGE_START

      @Metadata(label="producer", description="The range start position for partial object retrieval", javaType="Long") static final String RANGE_START
      See Also:
    • RANGE_END

      @Metadata(label="producer", description="The range end position for partial object retrieval", javaType="Long") static final String RANGE_END
      See Also:
    • BUCKET_EXISTS

      @Metadata(label="producer", description="Whether the bucket exists or not", javaType="Boolean") static final String BUCKET_EXISTS
      See Also: