Class BlobUploadOptions

    • 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.