ShareServiceSasSignatureValues.@Deprecated public final class ShareServiceSasQueryParameters extends BaseSasQueryParameters
ShareServiceSasSignatureValues type. Once generated, it can be set
on a ShareFileClientBuilder 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 |
|---|
ShareServiceSasQueryParameters(Map<String,String[]> queryParamsMap,
boolean removeSasParametersFromMap)
Deprecated.
Please use
ShareServiceSasSignatureValues |
| Modifier and Type | Method and Description |
|---|---|
String |
encode()
Deprecated.
Please use the generateSas method on the desired file/share client after initializing
ShareServiceSasSignatureValues. |
String |
getCacheControl()
Deprecated.
Please use
ShareServiceSasSignatureValues |
String |
getContentDisposition()
Deprecated.
Please use
ShareServiceSasSignatureValues |
String |
getContentEncoding()
Deprecated.
Please use
ShareServiceSasSignatureValues |
String |
getContentLanguage()
Deprecated.
Please use
ShareServiceSasSignatureValues |
String |
getContentType()
Deprecated.
Please use
ShareServiceSasSignatureValues |
String |
getIdentifier()
Deprecated.
Please use
ShareServiceSasSignatureValues |
String |
getResource()
Deprecated.
Please use
ShareServiceSasSignatureValues |
formatQueryParameterDate, getExpiryTime, getPermissions, getProtocol, getQueryParameter, getQueryParameter, getSasIpRange, getSignature, getStartTime, getVersion, tryAppendQueryParameter@Deprecated public ShareServiceSasQueryParameters(Map<String,String[]> queryParamsMap, boolean removeSasParametersFromMap)
ShareServiceSasSignatureValuesShareServiceSasQueryParameters 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()
ShareServiceSasSignatureValuesShareServiceSasSignatureValues) or null. Please see
here
for more information.@Deprecated public String getResource()
ShareServiceSasSignatureValuesShareServiceSasSignatureValues).@Deprecated public String getCacheControl()
ShareServiceSasSignatureValues@Deprecated public String getContentDisposition()
ShareServiceSasSignatureValues@Deprecated public String getContentEncoding()
ShareServiceSasSignatureValues@Deprecated public String getContentLanguage()
ShareServiceSasSignatureValues@Deprecated public String getContentType()
ShareServiceSasSignatureValues@Deprecated public String encode()
ShareServiceSasSignatureValues.encode in class BaseSasQueryParametersString representing the SAS query parameters.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.