BlobUriBuilder
The  BlobUriBuilder class provides a convenient way to
             modify the contents of a  Uri instance to point to
             different Azure Storage resources like an account, container, or blob.
            
             For more information, see
             Naming and Referencing Containers, Blobs, and Metadata.
             
                
Gets or sets the Azure Storage account name.
            
Gets or sets the name of a blob storage Container.  The value
            defaults to  Empty if not present in the
             Uri.
            
Gets or sets the Domain Name System (DNS) host name or IP address
             of a server.
            
             Example: "account.blob.core.windows.net"
             
Gets or sets the port number of the URI.
            
Gets or sets any query information included in the URI that's not
            relevant to addressing Azure storage resources.
            
Gets or sets the Shared Access Signature query parameters, or null
            if not present in the  Uri.
            
Gets or sets the scheme name of the URI.
            Example: "https"
            
Whether to trim leading and trailing '/' characters on blob names when constructing a URI with this instance.
            
Initializes a new instance of the  BlobUriBuilder
            class with the specified  Uri.
            
Initializes a new instance of the  BlobUriBuilder
            class with the specified  Uri.
            
Returns the  Uri constructed from the
             BlobUriBuilder's fields. The  Query
            property contains the SAS and additional query parameters.