Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
Modifier and Type | Method and Description |
---|---|
static BlobURLParts |
URLParser.parse(URL url)
URLParser parses a URL initializing BlobURLParts' fields including any SAS-related and snapshot query parameters.
|
BlobURLParts |
BlobURLParts.withBlobName(String blobName)
|
BlobURLParts |
BlobURLParts.withContainerName(String containerName)
The container name or
null if a ServiceURL was parsed. |
BlobURLParts |
BlobURLParts.withHost(String host)
The host.
|
BlobURLParts |
BlobURLParts.withSasQueryParameters(SASQueryParameters sasQueryParameters)
A
SASQueryParameters representing the SAS query parameters or null if there were no such
parameters. |
BlobURLParts |
BlobURLParts.withScheme(String scheme)
The scheme.
|
BlobURLParts |
BlobURLParts.withSnapshot(String snapshot)
The snapshot time or
null if anything except a URL to a snapshot was parsed. |
BlobURLParts |
BlobURLParts.withUnparsedParameters(Map<String,String[]> unparsedParameters)
The query parameter key value pairs aside from SAS parameters and snapshot time or
null if there were
no such parameters. |
This documentation was released into the public domain.