Creates an instance of SASQueryParameters.
Representing the storage version
Representing the signature for the SAS token
Representing the storage permissions
Representing the storage services being accessed (only for Account SAS)
Representing the storage resource types being accessed (only for Account SAS)
Representing the allowed HTTP protocol(s)
Representing the start time for this SAS token
Representing the expiry time for this SAS token
Representing the range of valid IP addresses for this SAS token
Representing the signed identifier (only for Service SAS)
Representing the storage container or blob (only for Service SAS)
Representing the cache-control header (only for Blob/File Service SAS)
Representing the content-disposition header (only for Blob/File Service SAS)
Representing the content-encoding header (only for Blob/File Service SAS)
Representing the content-language header (only for Blob/File Service SAS)
Representing the content-type header (only for Blob/File Service SAS)
Representing the user delegation key properties
Representing the authorized AAD Object ID (only for User Delegation SAS)
Representing the correlation ID (only for User Delegation SAS)
-
Creates an instance of SASQueryParameters.
Representing the storage version
Representing the signature for the SAS token
Optional. Options to construct the SASQueryParameters.
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.
A GUID value that will be logged in the storage diagnostic logs and can be used to correlate SAS generation with storage resource access. This is only used for User Delegation SAS.
Optional. Encryption scope to use when sending requests authorized with this SAS URI.
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.
Authorized AAD Object ID in GUID format. The AAD Object ID of a user authorized by the owner of the User Delegation Key to perform the action granted by the SAS. The Azure Storage service will ensure that the owner of the user delegation key has the required permissions before granting access but no additional permission check for the user specified in this value will be performed. This is only used for User Delegation SAS.
Optional. The allowed HTTP protocol(s).
Optional. Specifies which resources are accessible via the SAS (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 {@link 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.