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

Class: Microsoft_WindowsAzure_Storage_BlobInstance

Source Location: /WindowsAzure/Storage/BlobInstance.php

Class Overview




Author(s):

Copyright:

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

Variables

Methods



Class Details

[line 61]


Tags:

property:  string $Container: Container name
property:  string $Name: Name
property:  string $Etag: Etag
property:  string $LastModified: Last modified date
property:  string $Url: Url
property:  int $Size: Size
property:  string $ContentType: Content Type
property:  string $ContentEncoding: Content Encoding
property:  string $ContentLanguage: Content Language
property:  boolean $IsPrefix: Is Prefix?
property:  array $Metadata: Key/value pairs of meta data
copyright:  Copyright (c) 2009, RealDolmen (http://www.realdolmen.com)
license:  http://phpazure.codeplex.com/license


[ Top ]


Class Variables

$_data =  null

[line 68]

Data



Tags:

access:  protected

Type:   array


[ Top ]



Class Methods


constructor __construct [line 85]

Microsoft_WindowsAzure_Storage_BlobInstance __construct( string $containerName, string $name, string $etag, string $lastModified, [string $url = ''], [int $size = 0], [string $contentType = ''], [string $contentEncoding = ''], [string $contentLanguage = ''], [boolean $isPrefix = false], [array $metadata = array()])

Constructor



Tags:

access:  public


Parameters:

string   $containerName   Container name
string   $name   Name
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
boolean   $isPrefix   Is Prefix?
array   $metadata   Key/value pairs of meta data

[ Top ]

method __get [line 122]

void __get( string $name)

Magic overload for getting properties



Tags:

access:  public


Parameters:

string   $name   Name of the property

[ Top ]

method __set [line 108]

void __set( string $name, string $value)

Magic overload for setting properties



Tags:

access:  public


Parameters:

string   $name   Name of the property
string   $value   Value to set

[ Top ]


Documentation generated on Thu, 26 Nov 2009 08:04:48 +0100 by phpDocumentor 1.4.3