BlobServiceSasSignatureValues.@Deprecated public final class BlobServiceSasQueryParameters extends BaseSasQueryParameters
BlobServiceSasSignatureValues type. Once generated, it can be set on
a BlobClientBuilder object to be constructed as part of a URL or it can be encoded into a String and
appended to a URL directly (though caution should be taken here in case there are existing query parameters, which
might affect the appropriate means of appending these query parameters). NOTE: Instances of this class are immutable
to ensure thread safety.expiryTime, permissions, protocol, sasIpRange, signature, startTime, version| Constructor and Description |
|---|
BlobServiceSasQueryParameters(Map<String,String[]> queryParamsMap,
boolean removeSasParametersFromMap)
Deprecated.
Please use
BlobServiceSasSignatureValues |
formatQueryParameterDate, getExpiryTime, getPermissions, getProtocol, getQueryParameter, getQueryParameter, getSasIpRange, getSignature, getStartTime, getVersion, tryAppendQueryParameter@Deprecated public BlobServiceSasQueryParameters(Map<String,String[]> queryParamsMap, boolean removeSasParametersFromMap)
BlobServiceSasSignatureValuesBlobServiceSasQueryParameters object.queryParamsMap - All query parameters for the request as key-value pairsremoveSasParametersFromMap - When true, the SAS query parameters will be removed from
queryParamsMap@Deprecated public String getIdentifier()
BlobServiceSasSignatureValuesBlobServiceSasSignatureValues) or null. Please see
here
for more information.@Deprecated public String getResource()
BlobServiceSasSignatureValuesBlobServiceSasSignatureValues).@Deprecated public String getCacheControl()
BlobServiceSasSignatureValues@Deprecated public String getContentDisposition()
BlobServiceSasSignatureValues@Deprecated public String getContentEncoding()
BlobServiceSasSignatureValues@Deprecated public String getContentLanguage()
BlobServiceSasSignatureValues@Deprecated public String getContentType()
BlobServiceSasSignatureValues@Deprecated public String getKeyObjectId()
BlobServiceSasSignatureValues@Deprecated public String getKeyTenantId()
BlobServiceSasSignatureValues@Deprecated public OffsetDateTime getKeyStart()
BlobServiceSasSignatureValues@Deprecated public OffsetDateTime getKeyExpiry()
BlobServiceSasSignatureValues@Deprecated public String getKeyService()
BlobServiceSasSignatureValues@Deprecated public String getKeyVersion()
BlobServiceSasSignatureValues@Deprecated public String encode()
BlobServiceSasSignatureValues.encode in class BaseSasQueryParametersString representing all SAS query parameters.Copyright © 2020 Microsoft Corporation. All rights reserved.