API Documentation

Service/WindowsAzure/Storage/BatchStorageAbstract.php

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.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service_WindowsAzure  
subpackage
Storage  
version
$Id: BatchStorageAbstract.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Service_WindowsAzure_Storage_BatchStorageAbstract

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

Properties

Propertyprotected\Zend_Service_WindowsAzure_Storage_Batch  $_currentBatch= 'null'

Current batch

Default valuenullDetails
Type
\Zend_Service_WindowsAzure_Storage_Batch

Methods

methodpublic__construct( string $host = self, string $accountName = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract, string $accountKey = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract, boolean $usePathStyleUri = false, \Zend_Service_WindowsAzure_RetryPolicy_RetryPolicyAbstract $retryPolicy = null ) : void

Creates a new Zend_Service_WindowsAzure_Storage instance

Inherited from: \Zend_Service_WindowsAzure_Storage::__construct()
Parameters
Name Type Description
$host string Storage host name
$accountName string Account name for Windows Azure
$accountKey string Account key for Windows Azure
$usePathStyleUri boolean

Use path-style URI's

$retryPolicy \Zend_Service_WindowsAzure_RetryPolicy_RetryPolicyAbstract Retry policy to use when making requests
methodprotected_generateMetadataHeaders( array $metadata = array ) : \HTTP

Generate metadata headers

Inherited from: \Zend_Service_WindowsAzure_Storage::_generateMetadataHeaders()
Parameters
Name Type Description
$metadata array
Returns
Type Description
\HTTP headers containing metadata
methodprotected_parseMetadataElement(  $element = null ) : array
Parameters
Name Type Description
$element
Returns
Type Description
array
methodprotected_parseMetadataHeaders( array $headers = array ) : array

Parse metadata headers

Inherited from: \Zend_Service_WindowsAzure_Storage::_parseMetadataHeaders()
Parameters
Name Type Description
$headers array HTTP headers containing metadata
Returns
Type Description
array
methodprotected_parseResponse( \Zend_Http_Response $response = null ) : object

Parse result from Zend_Http_Response

Inherited from: \Zend_Service_WindowsAzure_Storage::_parseResponse()
Parameters
Name Type Description
$response \Zend_Http_Response Response from HTTP call
Returns
Type Description
object
Throws
Exception Description
\Zend_Service_WindowsAzure_Exception
methodprotected_performRequest( string $path = /, string $queryString, string $httpVerb = Zend_Http_Client, array $headers = array, boolean $forTableStorage = false, mixed $rawData = null, string $resourceType = Zend_Service_WindowsAzure_Storage, string $requiredPermission = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract ) : \Zend_Http_Response

Perform request using Zend_Http_Client channel

Inherited from: \Zend_Service_WindowsAzure_Storage::_performRequest()
Parameters
Name Type Description
$path string Path
$queryString string Query string
$httpVerb string HTTP verb the request will use
$headers array

x-ms headers to add

$forTableStorage boolean

Is the request for table storage?

$rawData mixed Optional RAW HTTP data to be sent over the wire
$resourceType string Resource type
$requiredPermission string Required permission
Returns
Type Description
\Zend_Http_Response
methodpubliccreateQueryStringFromArray( array $queryString ) : string
static

Builds a query string from an array of elements

Inherited from: \Zend_Service_WindowsAzure_Storage::createQueryStringFromArray()
Parameters
Name Type Description
$queryString array Array of elements
Returns
Type Description
string Assembled query string
methodpublicgetAccountName( ) : string

Returns the Windows Azure account name

Inherited from: \Zend_Service_WindowsAzure_Storage::getAccountName()
Returns
Type Description
string
methodpublicgetBaseUrl( ) : string

Get base URL for creating requests

Inherited from: \Zend_Service_WindowsAzure_Storage::getBaseUrl()
Returns
Type Description
string
methodpublicgetCredentials( ) : \Zend_Service_WindowsAzure_Credentials_CredentialsAbstract

Get Zend_Service_WindowsAzure_Credentials_CredentialsAbstract instance

Inherited from: \Zend_Service_WindowsAzure_Storage::getCredentials()
methodpublicgetCurrentBatch( ) : \Zend_Service_WindowsAzure_Storage_Batch

Get current batch

Returns
Type Description
\Zend_Service_WindowsAzure_Storage_Batch
methodpublicgetHttpClientChannel( ) : \Zend_Http_Client_Adapter_Interface

Retrieve HTTP client channel

Inherited from: \Zend_Service_WindowsAzure_Storage::getHttpClientChannel()
Returns
Type Description
\Zend_Http_Client_Adapter_Interface
methodpublicisInBatch( ) : boolean

Is there a current batch?

Returns
Type Description
boolean
methodpublicisValidMetadataName( string $metadataName ) : boolean
static

Is valid metadata name?

Inherited from: \Zend_Service_WindowsAzure_Storage::isValidMetadataName()
Parameters
Name Type Description
$metadataName string Metadata name
Returns
Type Description
boolean
methodpublicisoDate( int $timestamp = null ) : string

Generate ISO 8601 compliant date string in UTC time zone

Inherited from: \Zend_Service_WindowsAzure_Storage::isoDate()
Parameters
Name Type Description
$timestamp int
Returns
Type Description
string
methodpublicperformBatch( array $operations = array, boolean $forTableStorage = false, boolean $isSingleSelect = false, string $resourceType = Zend_Service_WindowsAzure_Storage, string $requiredPermission = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract ) : \Zend_Http_Response

Perform batch using Zend_Http_Client channel, combining all batch operations into one request

Parameters
Name Type Description
$operations array Operations in batch
$forTableStorage boolean

Is the request for table storage?

$isSingleSelect boolean

Is the request a single select statement?

$resourceType string Resource type
$requiredPermission string Required permission
Returns
Type Description
\Zend_Http_Response
methodpublicsetCredentials( \Zend_Service_WindowsAzure_Credentials_CredentialsAbstract $credentials ) : void

Set Zend_Service_WindowsAzure_Credentials_CredentialsAbstract instance

Inherited from: \Zend_Service_WindowsAzure_Storage::setCredentials()
Parameters
Name Type Description
$credentials \Zend_Service_WindowsAzure_Credentials_CredentialsAbstract Zend_Service_WindowsAzure_Credentials_CredentialsAbstract instance to use for request signing.
methodpublicsetCurrentBatch( \Zend_Service_WindowsAzure_Storage_Batch $batch = null ) : void

Set current batch

Parameters
Name Type Description
$batch \Zend_Service_WindowsAzure_Storage_Batch Current batch
Throws
Exception Description
\Zend_Service_WindowsAzure_Exception
methodpublicsetHttpClientChannel( \Zend_Http_Client_Adapter_Interface|string $adapterInstance = Zend_Http_Client_Adapter_Proxy ) : void

Set the HTTP client channel to use

Inherited from: \Zend_Service_WindowsAzure_Storage::setHttpClientChannel()
Parameters
Name Type Description
$adapterInstance \Zend_Http_Client_Adapter_Interface|string Adapter instance or adapter class name.
methodpublicsetProxy( boolean $useProxy = false, string $proxyUrl, int $proxyPort = 80, string $proxyCredentials ) : void
Parameters
Name Type Description
$useProxy boolean

Use proxy?

$proxyUrl string Proxy URL
$proxyPort int Proxy port
$proxyCredentials string Proxy credentials
methodpublicsetRetryPolicy( \Zend_Service_WindowsAzure_RetryPolicy_RetryPolicyAbstract $retryPolicy = null ) : void

Set retry policy to use when making requests

Inherited from: \Zend_Service_WindowsAzure_Storage::setRetryPolicy()
Parameters
Name Type Description
$retryPolicy \Zend_Service_WindowsAzure_RetryPolicy_RetryPolicyAbstract Retry policy to use when making requests
methodpublicstartBatch( ) : \Zend_Service_WindowsAzure_Storage_Batch

Starts a new batch operation set

Returns
Type Description
\Zend_Service_WindowsAzure_Storage_Batch
Throws
Exception Description
\Zend_Service_WindowsAzure_Exception
methodpublicurlencode( string $value ) : string
static

URL encode function

Inherited from: \Zend_Service_WindowsAzure_Storage::urlencode()
Parameters
Name Type Description
$value string Value to encode
Returns
Type Description
string Encoded value
Documentation was generated by DocBlox 0.13.3.