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 |
---|---|
SASQueryParameters |
ServiceSASSignatureValues.generateSASQueryParameters(SharedKeyCredentials sharedKeyCredentials)
Uses an account's shared key credential to sign these signature values to produce the proper SAS query
parameters.
|
SASQueryParameters |
AccountSASSignatureValues.generateSASQueryParameters(SharedKeyCredentials sharedKeyCredentials)
Generates a
SASQueryParameters object which contains all SAS query parameters needed to make an actual
REST request. |
SASQueryParameters |
BlobURLParts.sasQueryParameters()
A
SASQueryParameters representing the SAS query parameters or null if there were no such
parameters. |
Modifier and Type | Method and Description |
---|---|
BlobURLParts |
BlobURLParts.withSasQueryParameters(SASQueryParameters sasQueryParameters)
A
SASQueryParameters representing the SAS query parameters or null if there were no such
parameters. |
This documentation was released into the public domain.