Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountSASServices

Package version

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.

export
class

AccountSASServices

Hierarchy

  • AccountSASServices

Index

Properties

Methods

Properties

blob

blob: boolean = false

Permission to access blob resources granted.

type

{boolean}

memberof

AccountSASServices

file

file: boolean = false

Permission to access file resources granted.

type

{boolean}

memberof

AccountSASServices

queue

queue: boolean = false

Permission to access queue resources granted.

type

{boolean}

memberof

AccountSASServices

table

table: boolean = false

Permission to access table resources granted.

type

{boolean}

memberof

AccountSASServices

Methods

toString

  • toString(): string

Static parse

Generated using TypeDoc