category Zend
package Zend_Service_WindowsAzure
subpackage Storage
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Service_WindowsAzure_Storage_StorageEntityAbstract

 Methods

Constructor

__construct(string $id = '', string $start = '', string $expiry = '', string $permissions = ''

Parameters

$id

string

Id for the signed identifier

$start

string

The time at which the Shared Access Signature becomes valid.

$expiry

string

The time at which the Shared Access Signature becomes invalid.

$permissions

string

Signed permissions - read (r), write (w), delete (d) and list (l)

Magic overload for getting properties

__get(string $name) 
Inherited

Parameters

$name

string

Name of the property

Magic overload for setting properties

__set(string $name, string $value) 
Inherited

Parameters

$name

string

Name of the property

$value

string

Value to set

 Properties

 

The time at which the Shared Access Signature becomes invalid.

$Expiry : string

Default

magic
property The time at which the Shared Access Signature becomes invalid.
 

Id for the signed identifier

$Id : string

Default

magic
property Id for the signed identifier
 

Signed permissions - read (r), write (w), delete (d) and list (l)

$Permissions : string

Default

magic
property Signed permissions - read (r), write (w), delete (d) and list (l)
 

The time at which the Shared Access Signature becomes valid.

$Start : string

Default

magic
property The time at which the Shared Access Signature becomes valid.
 

Data

$_data : array

Default

null