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 |