Creates an instance of SASQueryParameters.
Representing the storage version
Representing the signature for the SAS token
Value for cache-control header in Blob/File Service SAS.
Value for content-disposition header in Blob/File Service SAS.
Value for content-encoding header in Blob/File Service SAS.
Value for content-length header in Blob/File Service SAS.
Value for content-type header in Blob/File Service SAS.
Optional only when identifier is provided. The expiry time for this SAS token.
Optional. The signed identifier (only for BlobSASSignatureValues).
Optional only when identifier is provided. Please refer to AccountSASPermissions, BlobSASPermissions, or ContainerSASPermissions for more details.
Optional. The allowed HTTP protocol(s).
Optional. The storage container or blob (only for BlobSASSignatureValues).
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 BlobSASSignatureValues 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.