ShareFileSasPermissions
in package
FinalYes
Selects the operations granted by a file-scoped file share SAS.
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : string
Properties
$create
public
bool
$create
= false
$delete
public
bool
$delete
= false
$read
public
bool
$read
= false
$write
public
bool
$write
= false
Methods
__construct()
public
__construct([bool $read = false ][, bool $create = false ][, bool $write = false ][, bool $delete = false ]) : mixed
Parameters
- $read : bool = false
- $create : bool = false
- $write : bool = false
- $delete : bool = false
__toString()
public
__toString() : string