Uses of Class
com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Package
Description
Package containing the classes for BlobServiceClient.
Package containing SAS (shared access signature) classes used by Azure Storage Blobs.
-
Uses of BlobServiceSasQueryParameters in com.azure.storage.blob
Modifier and TypeMethodDescriptionBlobUrlParts.setSasQueryParameters
(BlobServiceSasQueryParameters blobServiceSasQueryParameters) Deprecated. -
Uses of BlobServiceSasQueryParameters in com.azure.storage.blob.sas
Modifier and TypeMethodDescriptionBlobServiceSasSignatureValues.generateSasQueryParameters
(UserDelegationKey delegationKey, String accountName) Deprecated.Please use the generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) method on the desired container/blob client after initializingBlobServiceSasSignatureValues
.BlobServiceSasSignatureValues.generateSasQueryParameters
(StorageSharedKeyCredential storageSharedKeyCredentials) Deprecated.Please use the generateSas(BlobServiceSasSignatureValues) method on the desired container/blob client after initializingBlobServiceSasSignatureValues
.
BlobUrlParts.getCommonSasQueryParameters()