Specifies Add access granted.
Specifies Create access granted.
Specifies Delete access granted.
Specifies Delete version access granted.
Specifies Execute access granted.
Specifies List access granted.
Specifies Move access granted.
Specifies that Permanent Delete is permitted.
Specifies Read access granted.
Specifies SetImmutabilityPolicy access granted.
Specfies Tag access granted.
Specifies Write access granted.
Converts the given permissions to a string. Using this method will guarantee the permissions are in an order accepted by the service.
The order of the characters should be as specified here to ensure correctness.
Creates a ContainerSASPermissions from a raw object which contains same keys as it and boolean values for them.
-
Creates an ContainerSASPermissions from the specified permissions string. This method will throw an Error if it encounters a character that does not correspond to a valid permission.
-
Generated using TypeDoc
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a container. 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 BlobSASSignatureValues 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.