Microsoft_WindowsAzure
[ class tree: Microsoft_WindowsAzure ] [ index: Microsoft_WindowsAzure ] [ all elements ]

Class: Microsoft_WindowsAzure_Storage_BlobInstance

Source Location: /WindowsAzure/Storage/BlobInstance.php

Class Overview

Microsoft_WindowsAzure_Storage_StorageEntityAbstract
   |
   --Microsoft_WindowsAzure_Storage_BlobInstance



Author(s):

Copyright:

  • Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)

Methods


Inherited Variables

Inherited Methods


Class Details

[line 64]


Tags:

property:  string $Container: The name of the blob container in which the blob is stored.
property:  string $Name: The name of the blob.
property:  string $SnapshotId: The blob snapshot ID if it is a snapshot blob (= a backup copy of a blob).
property:  string $Etag: The entity tag, used for versioning and concurrency.
property:  string $LastModified: Timestamp when the blob was last modified.
property:  string $Url: The full URL where the blob can be downloaded.
property:  int $Size: The blob size in bytes.
property:  string $ContentType: The blob content type header.
property:  string $ContentEncoding: The blob content encoding header.
property:  string $ContentLanguage: The blob content language header.
property:  string $CacheControl: The blob cache control header.
property:  string $BlobType: The blob type (block blob / page blob).
property:  string $LeaseStatus: The blob lease status.
property:  boolean $IsPrefix: Is it a blob or a directory prefix?
property:  array $Metadata: Key/value pairs of meta data
copyright:  Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
license:  http://phpazure.codeplex.com/license


[ Top ]


Class Methods


constructor __construct [line 86]

Microsoft_WindowsAzure_Storage_BlobInstance __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()])

Constructor



Tags:

access:  public


Parameters:

string   $containerName   Container name
string   $name   Name
string   $snapshotId   Snapshot id
string   $etag   Etag
string   $lastModified   Last modified date
string   $url   Url
int   $size   Size
string   $contentType   Content Type
string   $contentEncoding   Content Encoding
string   $contentLanguage   Content Language
string   $cacheControl   Cache control
string   $blobType   Blob type
string   $leaseStatus   Lease status
boolean   $isPrefix   Is Prefix?
array   $metadata   Key/value pairs of meta data

[ Top ]


Documentation generated on Wed, 18 May 2011 12:06:13 +0200 by phpDocumentor 1.4.3