Detailed Description
Definition at line 40 of file Batch.php.
Constructor & Destructor Documentation
Member Function Documentation
Starts a new batch operation set
- Exceptions:
-
Definition at line 104 of file Batch.php.
Cleanup current batch
Definition at line 112 of file Batch.php.
Enlist operation in current batch
- Parameters:
-
| string | $path | Path |
| string | $queryString | Query string |
| string | $httpVerb | HTTP verb the request will use |
| array | $headers | x-ms headers to add |
| boolean | $forTableStorage | Is the request for table storage? |
| mixed | $rawData | Optional RAW HTTP data to be sent over the wire |
- Exceptions:
-
Definition at line 131 of file Batch.php.
Get base URL for creating requests
- Returns:
- string
Definition at line 94 of file Batch.php.
Get operation count
- Returns:
- integer
Definition at line 234 of file Batch.php.
Is single select?
- Returns:
- boolean
Definition at line 244 of file Batch.php.
Rollback current batch
Definition at line 223 of file Batch.php.
Field Documentation
$_forTableStorage = false [protected] |
$_isSingleSelect = false [protected] |
$_operations = array() [protected] |
$_storageClient = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/Batch.php