Class OBSHeaders


  • public final class OBSHeaders
    extends Object
    Constants for the exchange headers when consuming objects
    • Field Detail

      • BUCKET_NAME

        @Metadata(label="consumer",
                  description="Name of the bucket where object is contained",
                  javaType="String")
        public static final String BUCKET_NAME
        See Also:
        Constant Field Values
      • OBJECT_KEY

        @Metadata(label="consumer",
                  description="The key that the object is stored under",
                  javaType="String")
        public static final String OBJECT_KEY
        See Also:
        Constant Field Values
      • LAST_MODIFIED

        @Metadata(label="consumer",
                  description="The date and time that the object was last modified",
                  javaType="Date")
        public static final String LAST_MODIFIED
        See Also:
        Constant Field Values
      • ETAG

        @Metadata(label="consumer",
                  description="The 128-bit MD5 digest of the Base64 code of the object. This data is the unique identifier of the object content",
                  javaType="String")
        public static final String ETAG
        See Also:
        Constant Field Values
      • CONTENT_MD5

        @Metadata(label="consumer",
                  description="The 128-bit Base64-encoded digest used to decrypt the object",
                  javaType="String")
        public static final String CONTENT_MD5
        See Also:
        Constant Field Values
      • OBJECT_TYPE

        @Metadata(label="consumer",
                  description="Shows whether the object is a `file` or a `folder`",
                  javaType="String")
        public static final String OBJECT_TYPE
        See Also:
        Constant Field Values
      • CONTENT_LENGTH

        @Metadata(label="consumer",
                  description="The size of the object body in bytes",
                  javaType="Long")
        public static final String CONTENT_LENGTH
        See Also:
        Constant Field Values
      • CONTENT_TYPE

        @Metadata(label="consumer",
                  description="The type of content stored in the object",
                  javaType="String")
        public static final String CONTENT_TYPE
        See Also:
        Constant Field Values
      • FILE_NAME

        @Metadata(label="consumer",
                  description="Name of the object with which the operation is to be performed",
                  javaType="String")
        public static final String FILE_NAME
        See Also:
        Constant Field Values