Uses of Class
com.azure.storage.blob.BlobUrlParts
-
Uses of BlobUrlParts in com.azure.storage.blob
Modifier and TypeMethodDescriptionstatic BlobUrlParts
Parses a string into a BlobUrlParts.static BlobUrlParts
Parses an existing URL into a BlobUrlParts.BlobUrlParts.parseSasQueryParameters
(String queryParams) Sets theCommonSasQueryParameters
representing the SAS query parameters that will be used to generate the SAS token for this URL.BlobUrlParts.setAccountName
(String accountName) Sets the account name.BlobUrlParts.setBlobName
(String blobName) Sets the blob name that will be used as part of the URL path.BlobUrlParts.setCommonSasQueryParameters
(CommonSasQueryParameters commonSasQueryParameters) Sets theCommonSasQueryParameters
representing the SAS query parameters that will be used to generate the SAS token for this URL.BlobUrlParts.setContainerName
(String containerName) Sets the container name that will be used as part of the URL path.Sets the URL host, ex.BlobUrlParts.setSasQueryParameters
(BlobServiceSasQueryParameters blobServiceSasQueryParameters) Deprecated.Sets the URL scheme, ex.BlobUrlParts.setSnapshot
(String snapshot) Sets the snapshot identifier that will be used as part of the query string if set.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.BlobUrlParts.setVersionId
(String versionId) Sets the version identifier that will be used as part of the query string if set.
setCommonSasQueryParameters(CommonSasQueryParameters)