Class PutBlobOptions


  • public class PutBlobOptions
    extends java.lang.Object
    Represents any options associated with a putBlob request.
    • Constructor Detail

      • PutBlobOptions

        public PutBlobOptions​(boolean chunkUpload,
                              long maxUploadSize)
        Parameters:
        chunkUpload - true to indicate that the putBlob() call is for a single data chunk of a stitched blob.
        maxUploadSize - the max size of the uploaded blob in bytes. To be enforced by the router. Can be null.
    • Method Detail

      • isChunkUpload

        public boolean isChunkUpload()
        Returns:
        true to indicate that the putBlob() call is for a single data chunk of a stitched blob.
      • getMaxUploadSize

        public long getMaxUploadSize()
        Returns:
        the max size of the uploaded blob in bytes. To be enforced by the router. Can be null.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object