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)
BlobServiceSasSignatureValues
BlobServiceSasQueryParameters
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()
BlobServiceSasSignatureValues
BlobServiceSasSignatureValues
) or null
. Please see
here
for more information.@Deprecated public String getResource()
BlobServiceSasSignatureValues
BlobServiceSasSignatureValues
).@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 BaseSasQueryParameters
String
representing the SAS query parameters.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.