API Documentation

Service/WindowsAzure/Storage/BlobInstance.php

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service_WindowsAzure  
subpackage
Storage  
version
$Id: BlobInstance.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Service_WindowsAzure_Storage_BlobInstance

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

Properties

Propertypublicstring  $BlobType= ''

Blob type

Blob type
Details
Type
string
magic
 
property
Blob type  
Propertypublicstring  $CacheControl= ''

Cache control

Cache control
Details
Type
string
magic
 
property
Cache control  
Propertypublicstring  $Container= ''

Container name

Container name
Details
Type
string
magic
 
property
Container name  
Propertypublicstring  $ContentEncoding= ''

Content Encoding

Content Encoding
Details
Type
string
magic
 
property
Content Encoding  
Propertypublicstring  $ContentLanguage= ''

Content Language

Content Language
Details
Type
string
magic
 
property
Content Language  
Propertypublicstring  $ContentType= ''

Content Type

Content Type
Details
Type
string
magic
 
property
Content Type  
Propertypublicstring  $Etag= ''

Etag

Etag
Details
Type
string
magic
 
property
Etag  
Propertypublicboolean  $IsPrefix= ''

Is Prefix?

Is Prefix?
Details
Type
boolean
magic
 
property
Is Prefix?  
Propertypublicstring  $LastModified= ''

Last modified date

Last modified date
Details
Type
string
magic
 
property
Last modified date  
Propertypublicstring  $LeaseStatus= ''

Lease status

Lease status
Details
Type
string
magic
 
property
Lease status  
Propertypublicarray  $Metadata= ''

Key/value pairs of meta data

Key/value pairs of meta data
Details
Type
array
magic
 
property
Key/value pairs of meta data  
Propertypublicstring  $Name= ''

Name

Name
Details
Type
string
magic
 
property
Name  
Propertypublicint  $Size= ''

Size

Size
Details
Type
int
magic
 
property
Size  
Propertypublicstring  $SnapshotId= ''

Snapshot id

Snapshot id
Details
Type
string
magic
 
property
Snapshot id  
Propertypublicstring  $Url= ''

Url

Url
Details
Type
string
magic
 
property
Url  
Propertyprotectedarray  $_data= 'null'

Data

Default valuenullDetails
Type
array

Methods

methodpublic__construct( string $containerName, string $name, string $snapshotId, string $etag, string $lastModified, string $url, int $size = 0, string $contentType, string $contentEncoding, string $contentLanguage, string $cacheControl, string $blobType, string $leaseStatus, boolean $isPrefix = false, array $metadata = array ) : void

Constructor

Parameters
Name Type Description
$containerName string Container name
$name string Name
$snapshotId string Snapshot id
$etag string Etag
$lastModified string Last modified date
$url string Url
$size int Size
$contentType string Content Type
$contentEncoding string Content Encoding
$contentLanguage string Content Language
$cacheControl string Cache control
$blobType string Blob type
$leaseStatus string Lease status
$isPrefix boolean

Is Prefix?

$metadata array

Key/value pairs of meta data

methodpublic__get( string $name ) : void

Magic overload for getting properties

Parameters
Name Type Description
$name string Name of the property
methodpublic__set( string $name, string $value ) : void

Magic overload for setting properties

Parameters
Name Type Description
$name string Name of the property
$value string Value to set
Documentation was generated by DocBlox 0.13.3.