PHP OSS for Azure API Reference

ShareSasPermissions
in package

FinalYes

Selects the operations granted by a file share service SAS.

Table of Contents

Properties

$create  : bool
$delete  : bool
$list  : bool
$read  : bool
$write  : bool

Methods

__construct()  : mixed
__toString()  : string

Properties

Methods

__construct()

public __construct([bool $read = false ][, bool $create = false ][, bool $write = false ][, bool $delete = false ][, bool $list = false ]) : mixed
Parameters
$read : bool = false
$create : bool = false
$write : bool = false
$delete : bool = false
$list : bool = false
On this page

Search results