Microsoft_WindowsAzure_Storage | --Microsoft_WindowsAzure_Storage_BatchStorage | --Microsoft_WindowsAzure_Storage_Table
Microsoft_WindowsAzure_Storage_Table __construct( [string $host = Microsoft_WindowsAzure_Storage::URL_DEV_TABLE], [string $accountName = Microsoft_WindowsAzure_Credentials::DEVSTORE_ACCOUNT], [string $accountKey = Microsoft_WindowsAzure_Credentials::DEVSTORE_KEY], [boolean $usePathStyleUri = false], [Microsoft_WindowsAzure_RetryPolicy $retryPolicy = null])
void changeEntity( [string $httpVerb = Microsoft_Http_Transport::VERB_PUT], [string $tableName = ''], [Microsoft_WindowsAzure_Storage_TableEntity $entity = null], [boolean $verifyEtag = false])
Microsoft_WindowsAzure_Storage_TableInstance createTable( [string $tableName = ''])
void deleteEntity( [string $tableName = ''], [Microsoft_WindowsAzure_Storage_TableEntity $entity = null], [boolean $verifyEtag = false])
void deleteTable( [string $tableName = ''])
string fillTemplate( string $templateText, [array $variables = array()])
string generateAzureRepresentation( [Microsoft_WindowsAzure_Storage_TableEntity $entity = null])
string getErrorMessage( $response, [string $alternativeError = 'Unknown error.'])
Microsoft_WindowsAzure_Storage_TableEntity insertEntity( [string $tableName = ''], [Microsoft_WindowsAzure_Storage_TableEntity $entity = null])
array listTables( [string $nextTableName = ''])
void mergeEntity( [string $tableName = ''], [Microsoft_WindowsAzure_Storage_TableEntity $entity = null], [boolean $verifyEtag = false], [array $properties = array()])
array retrieveEntities( [ $tableName = ''], [string $filter = ''], [string $entityClass = 'Microsoft_WindowsAzure_Storage_DynamicTableEntity'], [string $nextPartitionKey = null], [string $nextRowKey = null], string $tableName|Microsoft_WindowsAzure_Storage_TableEntityQuery)
Microsoft_WindowsAzure_Storage_TableEntity retrieveEntityById( [string $tableName = ''], [string $partitionKey = ''], [string $rowKey = ''], [string $entityClass = 'Microsoft_WindowsAzure_Storage_DynamicTableEntity'])
string rfcDate( )
Microsoft_WindowsAzure_Storage_TableEntityQuery select( )
boolean tableExists( [string $tableName = ''])
void updateEntity( [string $tableName = ''], [Microsoft_WindowsAzure_Storage_TableEntity $entity = null], [boolean $verifyEtag = false])