$_accountKey | Zend_Service_WindowsAzure_Storage | protected |
$_accountName | Zend_Service_WindowsAzure_Storage | protected |
$_apiVersion | Zend_Service_WindowsAzure_Storage | protected |
$_credentials | Zend_Service_WindowsAzure_Storage | protected |
$_currentBatch | Zend_Service_WindowsAzure_Storage_BatchStorageAbstract | protected |
$_host | Zend_Service_WindowsAzure_Storage | protected |
$_httpClientChannel | Zend_Service_WindowsAzure_Storage | protected |
$_proxyCredentials | Zend_Service_WindowsAzure_Storage | protected |
$_proxyPort | Zend_Service_WindowsAzure_Storage | protected |
$_proxyUrl | Zend_Service_WindowsAzure_Storage | protected |
$_retryPolicy | Zend_Service_WindowsAzure_Storage | protected |
$_throwExceptionOnMissingData | Zend_Service_WindowsAzure_Storage_Table | protected |
$_usePathStyleUri | Zend_Service_WindowsAzure_Storage | protected |
$_useProxy | Zend_Service_WindowsAzure_Storage | protected |
__construct($host=Zend_Service_WindowsAzure_Storage::URL_DEV_TABLE, $accountName=Zend_Service_WindowsAzure_Credentials_CredentialsAbstract::DEVSTORE_ACCOUNT, $accountKey=Zend_Service_WindowsAzure_Credentials_CredentialsAbstract::DEVSTORE_KEY, $usePathStyleUri=false, Zend_Service_WindowsAzure_RetryPolicy_RetryPolicyAbstract $retryPolicy=null) | Zend_Service_WindowsAzure_Storage_Table | |
_changeEntity($httpVerb=Zend_Http_Client::PUT, $tableName= '', Zend_Service_WindowsAzure_Storage_TableEntity $entity=null, $verifyEtag=false) | Zend_Service_WindowsAzure_Storage_Table | protected |
_convertToDateTime($value= '') | Zend_Service_WindowsAzure_Storage_Table | protected |
_convertToEdmDateTime(DateTime $value) | Zend_Service_WindowsAzure_Storage_Table | protected |
_fillTemplate($templateText, $variables=array()) | Zend_Service_WindowsAzure_Storage_Table | protected |
_generateAzureRepresentation(Zend_Service_WindowsAzure_Storage_TableEntity $entity=null) | Zend_Service_WindowsAzure_Storage_Table | protected |
_generateMetadataHeaders($metadata=array()) | Zend_Service_WindowsAzure_Storage | protected |
_getErrorMessage(Zend_Http_Response $response, $alternativeError= 'Unknown error.') | Zend_Service_WindowsAzure_Storage_Table | protected |
_parseMetadataElement($element=null) | Zend_Service_WindowsAzure_Storage | protected |
_parseMetadataHeaders($headers=array()) | Zend_Service_WindowsAzure_Storage | protected |
_parseResponse(Zend_Http_Response $response=null) | Zend_Service_WindowsAzure_Storage | protected |
_performRequest($path= '/', $queryString= '', $httpVerb=Zend_Http_Client::GET, $headers=array(), $forTableStorage=false, $rawData=null, $resourceType=Zend_Service_WindowsAzure_Storage::RESOURCE_UNKNOWN, $requiredPermission=Zend_Service_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_READ) | Zend_Service_WindowsAzure_Storage_Table | protected |
_rfcDate() | Zend_Service_WindowsAzure_Storage_Table | protected |
createQueryStringFromArray($queryString) | Zend_Service_WindowsAzure_Storage | static |
createTable($tableName= '') | Zend_Service_WindowsAzure_Storage_Table | |
createTableIfNotExists($tableName= '') | Zend_Service_WindowsAzure_Storage_Table | |
deleteEntity($tableName= '', Zend_Service_WindowsAzure_Storage_TableEntity $entity=null, $verifyEtag=false) | Zend_Service_WindowsAzure_Storage_Table | |
deleteTable($tableName= '') | Zend_Service_WindowsAzure_Storage_Table | |
getAccountName() | Zend_Service_WindowsAzure_Storage | |
getBaseUrl() | Zend_Service_WindowsAzure_Storage | |
getCredentials() | Zend_Service_WindowsAzure_Storage | |
getCurrentBatch() | Zend_Service_WindowsAzure_Storage_BatchStorageAbstract | |
getHttpClientChannel() | Zend_Service_WindowsAzure_Storage | |
getThrowExceptionOnMissingData() | Zend_Service_WindowsAzure_Storage_Table | |
insertEntity($tableName= '', Zend_Service_WindowsAzure_Storage_TableEntity $entity=null) | Zend_Service_WindowsAzure_Storage_Table | |
isInBatch() | Zend_Service_WindowsAzure_Storage_BatchStorageAbstract | |
isoDate($timestamp=null) | Zend_Service_WindowsAzure_Storage | |
isValidMetadataName($metadataName= '') | Zend_Service_WindowsAzure_Storage | static |
listTables($nextTableName= '') | Zend_Service_WindowsAzure_Storage_Table | |
mergeEntity($tableName= '', Zend_Service_WindowsAzure_Storage_TableEntity $entity=null, $verifyEtag=false, $properties=array()) | Zend_Service_WindowsAzure_Storage_Table | |
performBatch($operations=array(), $forTableStorage=false, $isSingleSelect=false, $resourceType=Zend_Service_WindowsAzure_Storage::RESOURCE_UNKNOWN, $requiredPermission=Zend_Service_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_READ) | Zend_Service_WindowsAzure_Storage_BatchStorageAbstract | |
PREFIX_METADATA | Zend_Service_WindowsAzure_Storage | |
PREFIX_PROPERTIES | Zend_Service_WindowsAzure_Storage | |
PREFIX_STORAGE_HEADER | Zend_Service_WindowsAzure_Storage | |
RESOURCE_BLOB | Zend_Service_WindowsAzure_Storage | |
RESOURCE_CONTAINER | Zend_Service_WindowsAzure_Storage | |
RESOURCE_ENTITY | Zend_Service_WindowsAzure_Storage | |
RESOURCE_QUEUE | Zend_Service_WindowsAzure_Storage | |
RESOURCE_TABLE | Zend_Service_WindowsAzure_Storage | |
RESOURCE_UNKNOWN | Zend_Service_WindowsAzure_Storage | |
retrieveEntities($tableName= '', $filter= '', $entityClass= 'Zend_Service_WindowsAzure_Storage_DynamicTableEntity', $nextPartitionKey=null, $nextRowKey=null) | Zend_Service_WindowsAzure_Storage_Table | |
retrieveEntityById($tableName, $partitionKey, $rowKey, $entityClass= 'Zend_Service_WindowsAzure_Storage_DynamicTableEntity') | Zend_Service_WindowsAzure_Storage_Table | |
select() | Zend_Service_WindowsAzure_Storage_Table | |
setCredentials(Zend_Service_WindowsAzure_Credentials_CredentialsAbstract $credentials) | Zend_Service_WindowsAzure_Storage | |
setCurrentBatch(Zend_Service_WindowsAzure_Storage_Batch $batch=null) | Zend_Service_WindowsAzure_Storage_BatchStorageAbstract | |
setHttpClientChannel($adapterInstance= 'Zend_Http_Client_Adapter_Proxy') | Zend_Service_WindowsAzure_Storage | |
setProxy($useProxy=false, $proxyUrl= '', $proxyPort=80, $proxyCredentials= '') | Zend_Service_WindowsAzure_Storage | |
setRetryPolicy(Zend_Service_WindowsAzure_RetryPolicy_RetryPolicyAbstract $retryPolicy=null) | Zend_Service_WindowsAzure_Storage | |
setThrowExceptionOnMissingData($value=true) | Zend_Service_WindowsAzure_Storage_Table | |
startBatch() | Zend_Service_WindowsAzure_Storage_BatchStorageAbstract | |
tableExists($tableName= '') | Zend_Service_WindowsAzure_Storage_Table | |
updateEntity($tableName= '', Zend_Service_WindowsAzure_Storage_TableEntity $entity=null, $verifyEtag=false) | Zend_Service_WindowsAzure_Storage_Table | |
URL_CLOUD_BLOB | Zend_Service_WindowsAzure_Storage | |
URL_CLOUD_QUEUE | Zend_Service_WindowsAzure_Storage | |
URL_CLOUD_TABLE | Zend_Service_WindowsAzure_Storage | |
URL_DEV_BLOB | Zend_Service_WindowsAzure_Storage | |
URL_DEV_QUEUE | Zend_Service_WindowsAzure_Storage | |
URL_DEV_TABLE | Zend_Service_WindowsAzure_Storage | |
urlencode($value) | Zend_Service_WindowsAzure_Storage | static |