API Documentation

Service/WindowsAzure/Storage/TableEntity.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_WindowsAzure
subpackage
Storage
version
$Id$
Classes
Zend_Service_WindowsAzure_Storage_TableEntity

Description

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.

Zend_Service_WindowsAzure_Storage_TableEntity

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_WindowsAzure
subpackage
Storage
Properties
$_partitionKey
$_rowKey
$_timestamp
$_etag
Methods
__construct
getPartitionKey
setPartitionKey
getRowKey
setRowKey
getTimestamp
setTimestamp
getEtag
setEtag
getAzureValues
setAzureValues
getAzureAccessors
getAzureAccessor

Description

Properties

$_etag

string $_etag = ''

Etag

Details

$_etag
string
visibility
protected
default
final
false
static
false

$_partitionKey

string $_partitionKey = ''

Partition key

Details

$_partitionKey
string
visibility
protected
default
final
false
static
false

$_rowKey

string $_rowKey = ''

Row key

Details

$_rowKey
string
visibility
protected
default
final
false
static
false

$_timestamp

string $_timestamp = '1900-01-01T00:00:00'

Timestamp

Details

$_timestamp
string
visibility
protected
default
1900-01-01T00:00:00
final
false
static
false

Methods

__construct

__construct( string $partitionKey, string $rowKey ) :

Constructor

Arguments
$partitionKey
string
Partition key
$rowKey
string
Row key
Details
visibility
public
final
false
static
false

getAzureAccessor

getAzureAccessor( ReflectionProperty|ReflectionMethod $member ) : object

Get Azure accessor from reflection member

Arguments
$member
ReflectionPropertyReflectionMethod
Output
object
Details
visibility
public
final
false
static
true

getAzureAccessors

getAzureAccessors( string $className ) : array

Get Azure accessors from class

Arguments
$className
string
Class to get accessors for
Output
array
Details
visibility
public
final
false
static
true

getAzureValues

getAzureValues( ) : array

Get Azure values

Output
array
Details
visibility
public
final
false
static
false

getEtag

getEtag( ) : string

Get etag

Output
string
Details
visibility
public
final
false
static
false

getPartitionKey

getPartitionKey( ) : string

Get partition key

Output
string
Details
visibility
public
final
false
static
false
azure
PartitionKey

getRowKey

getRowKey( ) : string

Get row key

Output
string
Details
visibility
public
final
false
static
false
azure
RowKey

getTimestamp

getTimestamp( ) : string

Get timestamp

Output
string
Details
visibility
public
final
false
static
false
azure
Timestamp Edm.DateTime

setAzureValues

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

Set Azure values

Arguments
$values
array
$throwOnError
boolean
Throw Zend_Service_WindowsAzure_Exception when a property is not specified in $values?
Details
visibility
public
final
false
static
false
throws

setEtag

setEtag( string $value ) :

Set etag

Arguments
$value
string
Details
visibility
public
final
false
static
false

setPartitionKey

setPartitionKey( string $value ) :

Set partition key

Arguments
$value
string
Details
visibility
public
final
false
static
false
azure
PartitionKey

setRowKey

setRowKey( string $value ) :

Set row key

Arguments
$value
string
Details
visibility
public
final
false
static
false
azure
RowKey

setTimestamp

setTimestamp( string $value = 1900-01-01T00:00:00 ) :

Set timestamp

Arguments
$value
string
Details
visibility
public
final
false
static
false
azure
Timestamp Edm.DateTime
Documentation was generated by DocBlox.