Class BlobUploadOptions

    • Constructor Summary

      Constructors 
      Constructor Description
      BlobUploadOptions​(boolean domainOverrideIgnored)
      Creates a new upload options instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDomainOverrideIgnored()
      Get the setting to determine if any configured domain override should be ignored when generating URIs.
      • Methods inherited from class java.lang.Object

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

      • BlobUploadOptions

        public BlobUploadOptions​(boolean domainOverrideIgnored)
        Creates a new upload options instance.
        Parameters:
        domainOverrideIgnored - true if any configured domain override should be ignored when generating URIs; false otherwise.
    • Method Detail

      • isDomainOverrideIgnored

        public boolean isDomainOverrideIgnored()
        Get the setting to determine if any configured domain override should be ignored when generating URIs. Default behavior is to honor (i.e. not ignore) any configured domain override value (false).
        Returns:
        true to ignore the domain override; false otherwise.