BlobSasPermissions
in package
FinalYes
Selects the operations granted by a blob service SAS.
Table of Contents
Properties
- $add : bool
- $create : bool
- $delete : bool
- $deleteVersion : bool
- $execute : bool
- $list : bool
- $move : bool
- $ownership : bool
- $permanentDelete : bool
- $permissions : bool
- $read : bool
- $setImmutabilityPolicy : bool
- $tags : 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
$list
public
bool
$list
= false
$move
public
bool
$move
= false
$ownership
public
bool
$ownership
= false
$permanentDelete
public
bool
$permanentDelete
= false
$permissions
public
bool
$permissions
= false
$read
public
bool
$read
= false
$setImmutabilityPolicy
public
bool
$setImmutabilityPolicy
= false
$tags
public
bool
$tags
= 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 $permanentDelete = false ][, bool $tags = false ][, bool $list = 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
- $permanentDelete : bool = false
- $tags : bool = false
- $list : bool = false
- $move : bool = false
- $execute : bool = false
- $ownership : bool = false
- $permissions : bool = false
- $setImmutabilityPolicy : bool = false
__toString()
public
__toString() : string