Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
Modifier and Type | Method and Description |
---|---|
static BlobUrlParts |
BlobUrlParts.parse(String url)
Parses a string into a BlobUrlParts.
|
static BlobUrlParts |
BlobUrlParts.parse(URL url)
Parses an existing URL into a BlobUrlParts.
|
BlobUrlParts |
BlobUrlParts.setAccountName(String accountName)
Sets the account name.
|
BlobUrlParts |
BlobUrlParts.setBlobName(String blobName)
Sets the blob name that will be used as part of the URL path.
|
BlobUrlParts |
BlobUrlParts.setContainerName(String containerName)
Sets the container name that will be used as part of the URL path.
|
BlobUrlParts |
BlobUrlParts.setHost(String host)
Sets the URL host, ex.
|
BlobUrlParts |
BlobUrlParts.setSasQueryParameters(BlobServiceSasQueryParameters blobServiceSasQueryParameters)
Sets the
BlobServiceSasQueryParameters representing the SAS query parameters that will be used to
generate the SAS token for this URL. |
BlobUrlParts |
BlobUrlParts.setScheme(String scheme)
Sets the URL scheme, ex.
|
BlobUrlParts |
BlobUrlParts.setSnapshot(String snapshot)
Sets the snapshot identifier that will be used as part of the query string if set.
|
BlobUrlParts |
BlobUrlParts.setUnparsedParameters(Map<String,String[]> unparsedParameters)
Sets the query string parameters that aren't part of the SAS token that will be used by this URL.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.