Package version:
Creates an instance of SASQueryParameters.
Representing the storage version
Representing the signature for the SAS token
Optional
permissions: stringRepresenting the storage permissions
Optional
services: stringRepresenting the storage services being accessed (only for Account SAS)
Optional
resourceTypes: stringRepresenting the storage resource types being accessed (only for Account SAS)
Optional
protocol: SASProtocolRepresenting the allowed HTTP protocol(s)
Optional
startsOn: anyRepresenting the start time for this SAS token
Optional
expiresOn: anyRepresenting the expiry time for this SAS token
Optional
ipRange: SasIPRangeRepresenting the range of valid IP addresses for this SAS token
Optional
identifier: stringRepresenting the signed identifier (only for Service SAS)
Optional
resource: stringRepresenting the storage queue (only for Service SAS)
Optional
Readonly
expiresOptional only when identifier is provided. The expiry time for this SAS token.
Optional
Readonly
identifierOptional. The signed identifier (only for QueueSASSignatureValues).
Optional
Readonly
permissionsOptional only when identifier is provided. Please refer to AccountSASPermissions, QueueSASPermissions for more details.
Optional
Readonly
protocolOptional. The allowed HTTP protocol(s).
Optional
Readonly
resourceOptional. The storage queue (only for QueueSASSignatureValues).
Optional
Readonly
resourceOptional. The storage resource types being accessed (only for Account SAS). Please refer to AccountSASResourceTypes for more details.
Optional
Readonly
servicesOptional. The storage services being accessed (only for Account SAS). Please refer to AccountSASServices for more details.
Readonly
signatureThe signature for the SAS token.
Optional
Readonly
startsOptional. The start time for this SAS token.
Readonly
versionThe storage API version.
Optional. IP range allowed for this SAS.
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 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.