Azure.Storage.Files.DataLake.DataLakeUriBuilder
The DataLakeUriBuilder class provides a convenient way to
modify the contents of a Uri instance to point to
different Azure Data Lake resources like an file system, directory, or file.
Gets or sets the Azure Storage account name.
Gets or sets the path of the directory or file. The value defaults
to Empty if not present in the
Uri.
Example: "mydirectory/myfile"
Gets or sets the name of a file storage share. 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.file.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"
Initializes a new instance of the DataLakeUriBuilder
class with the specified Uri.
Returns the Uri constructed from the
DataLakeUriBuilder's fields. The Query
property contains the SAS and additional query parameters.