Creates an instance of SASQueryParameters.
Representing the storage version
Representing the signature for the SAS token
Optional only when identifier is provided. The expiry time for this SAS token.
Optional. The signed identifier (only for QueueSASSignatureValues).
Optional only when identifier is provided. Please refer to AccountSASPermissions, QueueSASPermissions for more details.
Optional. The allowed HTTP protocol(s).
Optional. The storage queue (only for QueueSASSignatureValues).
Optional. The storage resource types being accessed (only for Account SAS). Please refer to AccountSASResourceTypes for more details.
Optional. The storage services being accessed (only for Account SAS). Please refer to AccountSASServices for more details.
The signature for the SAS token.
Optional. The start time for this SAS token.
The storage API version.
Optional. IP range allowed for this SAS.
Encodes all SAS query parameters into a string that can be appended to a URL.
Generated using TypeDoc
Represents the components that make up an Azure Storage SAS' query parameters. This type is not constructed directly by the user; it is only generated by the AccountSASSignatureValues and QueueSASSignatureValues types. Once generated, it can be encoded into a {@code 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.
SASQueryParameters