Service/WindowsAzure/Storage/BlobInstance.php

Show: PublicProtectedPrivateinherited
Table of Contents
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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service_WindowsAzure  
Subpackage
Storage  
Version
$Id$  

\Zend_Service_WindowsAzure_Storage_BlobInstance

Package: Zend_Service_WindowsAzure\Storage
Parent(s)
\Zend_Service_WindowsAzure_Storage_StorageEntityAbstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertypublicstring $BlobType
The blob type (block blob / page blob).
Details
Type
string
Magic
 
Property
The blob type (block blob / page blob).  
>VPropertypublicstring $CacheControl
The blob cache control header.
Details
Type
string
Magic
 
Property
The blob cache control header.  
>VPropertypublicstring $Container
The name of the blob container in which the blob is stored.
Details
Type
string
Magic
 
Property
The name of the blob container in which the blob is stored.  
>VPropertypublicstring $ContentEncoding
The blob content encoding header.
Details
Type
string
Magic
 
Property
The blob content encoding header.  
>VPropertypublicstring $ContentLanguage
The blob content language header.
Details
Type
string
Magic
 
Property
The blob content language header.  
>VPropertypublicstring $ContentType
The blob content type header.
Details
Type
string
Magic
 
Property
The blob content type header.  
>VPropertypublicstring $Etag
The entity tag, used for versioning and concurrency.
Details
Type
string
Magic
 
Property
The entity tag, used for versioning and concurrency.  
>VPropertypublicboolean $IsPrefix
Is it a blob or a directory prefix?
Details
Type
boolean
Magic
 
Property
Is it a blob or a directory prefix?  
>VPropertypublicstring $LastModified
Timestamp when the blob was last modified.
Details
Type
string
Magic
 
Property
Timestamp when the blob was last modified.  
>VPropertypublicstring $LeaseStatus
The blob lease status.
Details
Type
string
Magic
 
Property
The blob lease status.  
>VPropertypublicarray $Metadata
Key/value pairs of meta data
Details
Type
array
Magic
 
Property
Key/value pairs of meta data  
>VPropertypublicstring $Name
The name of the blob.
Details
Type
string
Magic
 
Property
The name of the blob.  
>VPropertypublicint $Size
The blob size in bytes.
Details
Type
int
Magic
 
Property
The blob size in bytes.  
>VPropertypublicstring $SnapshotId
The blob snapshot ID if it is a snapshot blob (= a backup copy of a blob).
Details
Type
string
Magic
 
Property
The blob snapshot ID if it is a snapshot blob (= a backup copy of a blob).  
>VPropertypublicstring $Url
The full URL where the blob can be downloaded.
Details
Type
string
Magic
 
Property
The full URL where the blob can be downloaded.  

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
NameTypeDescription
$containerNamestring

Container name

$namestring

Name

$snapshotIdstring

Snapshot id

$etagstring

Etag

$lastModifiedstring

Last modified date

$urlstring

Url

$sizeint

Size

$contentTypestring

Content Type

$contentEncodingstring

Content Encoding

$contentLanguagestring

Content Language

$cacheControlstring

Cache control

$blobTypestring

Blob type

$leaseStatusstring

Lease status

$isPrefixboolean

Is Prefix?

$metadataarray

Key/value pairs of meta data

Documentation was generated by phpDocumentor 2.2.0 .