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 $containerName, string $name, string $leaseId, string $leaseTime) 

Parameters

$containerName

string

Container name

$name

string

Name

$leaseId

string

Lease id

$leaseTime

string

Time remaining in the lease period, in seconds. This header is returned only for a successful request to break the lease. It provides an approximation as to when the lease period will expire.

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

 

Container name

$Container : string

Default

magic
property Container name
 

Lease id

$LeaseId : string

Default

magic
property Lease id
 

Time remaining in the lease period, in seconds. This header is returned only for a successful request to break the lease. It provides an approximation as to when the lease period will expire.

$LeaseTime : string

Default

magic
property Time remaining in the lease period, in seconds. This header is returned only for a successful request to break the lease. It provides an approximation as to when the lease period will expire.
 

Name

$Name : string

Default

magic
property Name
 

Data

$_data : array

Default

null