Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
com.azure.storage.blob.sas |
Package containing SAS (shared access signature) classes used by Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
BlobServiceSasQueryParameters |
BlobUrlParts.getSasQueryParameters()
Gets the
BlobServiceSasQueryParameters representing the SAS query parameters that will be used to
generate the SAS token for this URL. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
BlobServiceSasQueryParameters |
BlobServiceSasSignatureValues.generateSasQueryParameters(StorageSharedKeyCredential storageSharedKeyCredentials)
Uses an account's shared key credential to sign these signature values to produce the proper SAS query
parameters.
|
BlobServiceSasQueryParameters |
BlobServiceSasSignatureValues.generateSasQueryParameters(UserDelegationKey delegationKey,
String accountName)
Uses a user delegation key to sign these signature values to produce the proper SAS query parameters.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.