ONLY AVAILABLE IN NODE.JS RUNTIME.
This is a helper class to construct a string representing the services accessible by an AccountSAS. Setting a value to true means that any SAS which uses these permissions will grant access to that service. Once all the values are set, this should be serialized with toString and set as the services field on an AccountSASSignatureValues object. It is possible to construct the services string without this class, but the order of the services is particular and this class guarantees correctness.
Properties blobPermission to access blob and data lake resources granted.
filePermission to access file resources granted.
queuePermission to access queue resources granted.
tablePermission to access table resources granted.
Methods parse(string)Creates an AccountSASServices from the specified services string. This method will throw an Error if it encounters a character that does not correspond to a valid service.
toString()Converts the given services to a string.
Property Details blobPermission to access blob and data lake resources granted.
blob: boolean
Property Value
boolean
filePermission to access file resources granted.
file: boolean
Property Value
boolean
queuePermission to access queue resources granted.
queue: boolean
Property Value
boolean
tablePermission to access table resources granted.
table: boolean
Property Value
boolean
Method Details parse(string)Creates an AccountSASServices from the specified services string. This method will throw an Error if it encounters a character that does not correspond to a valid service.
static function parse(services: string): AccountSASServices
Parameters Returns toString()
Converts the given services to a string.
function toString(): string
Returns
string
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4