Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DataLakeSASPermissions

Package version

ONLY AVAILABLE IN NODE.JS RUNTIME.

This is a helper class to construct a string representing the permissions granted by a ServiceSAS. Setting a value to true means that any SAS which uses these permissions will grant permissions for that operation. Once all the values are set, this should be serialized with toString and set as the permissions field on a DataLakeSASSignatureValues object. It is possible to construct the permissions string without this class, but the order of the permissions is particular and this class guarantees correctness.

Hierarchy

  • DataLakeSASPermissions

Index

Properties

add

add: boolean = false

Specifies Add access granted.

create

create: boolean = false

Specifies Create access granted.

delete

delete: boolean = false

Specifies Delete access granted.

execute

execute: boolean = false

Specifies Execute access granted.

manageAccessControl

manageAccessControl: boolean = false

Specifies Permission access granted, which allows the caller to set permissions and POSIX ACLs on blobs (files and directories).

manageOwnership

manageOwnership: boolean = false

Specifies Ownership access granted, which allows the caller to set owner, owning group, or act as the owner when renaming or deleting a blob (file or directory) within a folder that has the sticky bit set.

move

move: boolean = false

Specifies Move access granted.

read

read: boolean = false

Specifies Read access granted.

write

write: boolean = false

Specifies Write access granted.

Methods

toString

  • toString(): string

Static parse

Generated using TypeDoc