Azure OSS for PHP API Reference

AccountSasServices
in package

FinalYes

Selects the Azure Storage services accessible through an account SAS.

Table of Contents

Properties

$blob  : bool
$file  : bool
$queue  : bool
$table  : bool

Methods

__construct()  : mixed
__toString()  : string

Properties

Methods

__construct()

public __construct([bool $blob = false ][, bool $queue = false ][, bool $table = false ][, bool $file = false ]) : mixed
Parameters
$blob : bool = false
$queue : bool = false
$table : bool = false
$file : bool = false
On this page

Search results