BlobContainerSasPermissions
in package
FinalYes
Selects the operations granted by a container service SAS.
Table of Contents
Properties
- $add : bool
- $create : bool
- $delete : bool
- $deleteVersion : bool
- $execute : bool
- $find : bool
- $list : bool
- $move : bool
- $ownership : bool
- $permissions : bool
- $read : bool
- $setImmutabilityPolicy : bool
- $write : bool
Methods
- __construct() : mixed
- __toString() : string
Properties
$add
public
bool
$add
= false
$create
public
bool
$create
= false
$delete
public
bool
$delete
= false
$deleteVersion
public
bool
$deleteVersion
= false
$execute
public
bool
$execute
= false
$find
public
bool
$find
= false
$list
public
bool
$list
= false
$move
public
bool
$move
= false
$ownership
public
bool
$ownership
= false
$permissions
public
bool
$permissions
= false
$read
public
bool
$read
= false
$setImmutabilityPolicy
public
bool
$setImmutabilityPolicy
= false
$write
public
bool
$write
= false
Methods
__construct()
public
__construct([bool $read = false ][, bool $add = false ][, bool $create = false ][, bool $write = false ][, bool $delete = false ][, bool $deleteVersion = false ][, bool $list = false ][, bool $find = false ][, bool $move = false ][, bool $execute = false ][, bool $ownership = false ][, bool $permissions = false ][, bool $setImmutabilityPolicy = false ]) : mixed
Parameters
- $read : bool = false
- $add : bool = false
- $create : bool = false
- $write : bool = false
- $delete : bool = false
- $deleteVersion : bool = false
- $list : bool = false
- $find : bool = false
- $move : bool = false
- $execute : bool = false
- $ownership : bool = false
- $permissions : bool = false
- $setImmutabilityPolicy : bool = false
__toString()
public
__toString() : string