Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
SASQueryParameters |
AccountSASSignatureValues.generateSASQueryParameters(SharedKeyCredentials sharedKeyCredentials)
Generates a
SASQueryParameters object which contains all SAS query parameters needed to make an actual
REST request. |
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 |
ServiceSASSignatureValues.generateSASQueryParameters(UserDelegationKey delegationKey,
String accountName)
Uses a user delegation key to sign these signature values to produce the proper SAS query parameters.
|
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. |
Copyright © 2019 Microsoft Corporation. All rights reserved.