Class AzureRequestOptions


  • public class AzureRequestOptions
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void applyDefaultRequestOptions​(com.microsoft.azure.storage.blob.BlobRequestOptions blobRequestOptions)
      Apply default request options to the blobRequestOptions if they are not already set.
      static com.microsoft.azure.storage.blob.BlobRequestOptions optimiseForWriteOperations​(com.microsoft.azure.storage.blob.BlobRequestOptions blobRequestOptions)
      Optimise the blob request options for write operations.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • applyDefaultRequestOptions

        public static void applyDefaultRequestOptions​(com.microsoft.azure.storage.blob.BlobRequestOptions blobRequestOptions)
        Apply default request options to the blobRequestOptions if they are not already set.
        Parameters:
        blobRequestOptions -
      • optimiseForWriteOperations

        public static com.microsoft.azure.storage.blob.BlobRequestOptions optimiseForWriteOperations​(com.microsoft.azure.storage.blob.BlobRequestOptions blobRequestOptions)
        Optimise the blob request options for write operations. This method does not change the original blobRequestOptions. This method also applies the default request options if they are not already set, by calling applyDefaultRequestOptions(BlobRequestOptions)
        Parameters:
        blobRequestOptions -
        Returns:
        write optimised blobRequestOptions