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

 Methods

Constructor

__construct(string $partitionKey = '', string $rowKey = ''

Parameters

$partitionKey

string

Partition key

$rowKey

string

Row key

Get Azure accessor from reflection member

getAzureAccessor(\ReflectionProperty|\ReflectionMethod $member) : object
Static

Parameters

$member

\ReflectionProperty\ReflectionMethod

Returns

object

Get Azure accessors from class

getAzureAccessors(string $className = '') : array
Static

Parameters

$className

string

Class to get accessors for

Returns

array

Get Azure values

getAzureValues() : array

Returns

array

Get etag

getEtag() : string

Returns

string

Get partition key

getPartitionKey() : string
azure PartitionKey

Returns

string

Get row key

getRowKey() : string
azure RowKey

Returns

string

Get timestamp

getTimestamp() : string
azure Timestamp Edm.DateTime

Returns

string

Set Azure values

setAzureValues(array $values = array(), boolean $throwOnError = false

Parameters

$values

array

$throwOnError

boolean

Throw Zend_Service_WindowsAzure_Exception when a property is not specified in $values?

Exceptions

\Zend_Service_WindowsAzure_Exception

Set etag

setEtag(string $value = ''

Parameters

$value

string

Set partition key

setPartitionKey(string $value) 
azure PartitionKey

Parameters

$value

string

Set row key

setRowKey(string $value) 
azure RowKey

Parameters

$value

string

Set timestamp

setTimestamp(\DateTime $value) 
azure Timestamp Edm.DateTime

Parameters

$value

\DateTime

Converts a string to a DateTime object. Returns false on failure.

_convertToDateTime(string $value = '') : \DateTime | boolean

Parameters

$value

string

The string value to parse

Returns

\DateTimeboolean

 Properties

 

Etag

$_etag : string

Default

''
 

Partition key

$_partitionKey : string

Default

 

Row key

$_rowKey : string

Default

 

Timestamp

$_timestamp : string

Default