This commit is contained in:
nowenl 2016-08-19 15:51:21 +08:00
Родитель e5eaf9465d
Коммит dace740f51
277 изменённых файлов: 278 добавлений и 278 удалений

Просмотреть файл

@ -1,4 +1,4 @@
2016.07 - version 0.10.2
2016.08 - version 0.10.2
ALL
* Allow passing an array of options to a service. Currently only Guzzle options are supported via the `http` parameter.

Просмотреть файл

@ -92,7 +92,7 @@ You can find samples in the [sample folder](samples)
If you are using [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php/) to access Azure Storage Service, we highly recommend you to migrate to this SDK for faster issue resolution and quicker feature implementation. We are working on supporting the latest service features (including SAS, CORS, append blob, file service, etc) as well as improvement on existing APIs.
For now, Microsoft Azure Storage SDK for PHP v0.10.1 shares almost the same interface as the storage blobs, tables and queues APIs in Azure SDK for PHP v0.4.3. However, there are some minor breaking changes need to be addressed during your migration. You can find the details in [BreakingChanges.md](BreakingChanges.md).
For now, Microsoft Azure Storage SDK for PHP v0.10.2 shares almost the same interface as the storage blobs, tables and queues APIs in Azure SDK for PHP v0.4.3. However, there are some minor breaking changes need to be addressed during your migration. You can find the details in [BreakingChanges.md](BreakingChanges.md).
Please note that this library is still in preview and may contain more breaking changes in upcoming releases.

Просмотреть файл

@ -85,7 +85,7 @@ use MicrosoftAzure\Storage\Blob\Models\BreakLeaseResult;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class BlobRestProxy extends ServiceRestProxy implements IBlob

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\FilterableService;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
* @see http://msdn.microsoft.com/en-us/library/windowsazure/dd135733.aspx
*/

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Common\Internal\WindowsAzureUtilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class AccessCondition

Просмотреть файл

@ -35,7 +35,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class AccessPolicy

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class AcquireLeaseOptions extends BlobServiceOptions

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class AcquireLeaseResult

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class Blob

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class BlobBlockType

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class BlobPrefix

Просмотреть файл

@ -35,7 +35,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class BlobProperties

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class BlobServiceOptions

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class BlobType

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class Block

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Blob\Models\Block;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class BlockList

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class BreakLeaseResult

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CommitBlobBlocksOptions extends BlobServiceOptions

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class Container

Просмотреть файл

@ -39,7 +39,7 @@ use MicrosoftAzure\Storage\Common\Internal\Serialization\XmlSerializer;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ContainerAcl

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ContainerProperties

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CopyBlobOptions extends BlobServiceOptions

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CopyBlobResult

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CreateBlobBlockOptions extends BlobServiceOptions

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CreateBlobOptions extends BlobServiceOptions

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CreateBlobPagesOptions extends BlobServiceOptions

Просмотреть файл

@ -35,7 +35,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CreateBlobPagesResult

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CreateBlobSnapshotOptions extends BlobServiceOptions

Просмотреть файл

@ -35,7 +35,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CreateBlobSnapshotResult

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CreateContainerOptions extends BlobServiceOptions

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class DeleteBlobOptions extends BlobServiceOptions

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class DeleteContainerOptions extends BlobServiceOptions

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class GetBlobMetadataOptions extends BlobServiceOptions

Просмотреть файл

@ -35,7 +35,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class GetBlobMetadataResult

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class GetBlobOptions extends BlobServiceOptions

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class GetBlobPropertiesOptions extends BlobServiceOptions

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class GetBlobPropertiesResult

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class GetBlobResult

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Blob\Models\ContainerAcl;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class GetContainerAclResult

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class GetContainerPropertiesResult

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class LeaseMode

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListBlobBlocksOptions extends BlobServiceOptions

Просмотреть файл

@ -35,7 +35,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListBlobBlocksResult

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListBlobsOptions extends BlobServiceOptions

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Common\Internal\InvalidArgumentTypeException;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListBlobsResult

Просмотреть файл

@ -34,7 +34,7 @@ use \MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListContainersOptions extends BlobServiceOptions

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Tests\Unit\Common\Internal\UtilitiesTest;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListContainersResult

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListPageBlobRangesOptions extends BlobServiceOptions

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Blob\Models\PageRange;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListPageBlobRangesResult

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class PageRange

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class PageWriteOption

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Resources;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class PublicAccessType

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Blob\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class SetBlobMetadataOptions extends BlobServiceOptions

Просмотреть файл

@ -35,7 +35,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class SetBlobMetadataResult

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class SetBlobPropertiesOptions extends BlobServiceOptions

Просмотреть файл

@ -35,7 +35,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class SetBlobPropertiesResult

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Blob\Models\BlobServiceOptions;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class SetContainerMetadataOptions extends BlobServiceOptions

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Blob\Models\AccessPolicy;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class SignedIdentifier

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Common\Internal\ConnectionStringSource;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CloudConfigurationManager

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Common\Internal\Authentication;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
interface IAuthScheme

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class SharedKeyAuthScheme extends StorageAuthScheme

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Common\Internal\Authentication\IAuthScheme;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
abstract class StorageAuthScheme implements IAuthScheme

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link http://github.com/windowsazure/azure-sdk-for-php
*/
class TableSharedKeyLiteAuthScheme extends StorageAuthScheme

Просмотреть файл

@ -34,7 +34,7 @@ namespace MicrosoftAzure\Storage\Common\Internal;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ConnectionStringParser
@ -353,7 +353,7 @@ class ConnectionStringParser
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ParserState

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Common\Internal;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ConnectionStringSource

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Common\Internal;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
interface FilterableService

Просмотреть файл

@ -36,7 +36,7 @@ use GuzzleHttp\Psr7;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class AuthenticationFilter implements IServiceFilter

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\IServiceFilter;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class DateFilter implements IServiceFilter

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Common\Internal\Filters;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ExponentialRetryPolicy extends RetryPolicy

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\IServiceFilter;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class HeadersFilter implements IServiceFilter

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Common\Internal\Filters;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
abstract class RetryPolicy

Просмотреть файл

@ -34,7 +34,7 @@ use GuzzleHttp\Client;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class RetryPolicyFilter implements IServiceFilter

Просмотреть файл

@ -35,7 +35,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class HttpCallContext

Просмотреть файл

@ -33,7 +33,7 @@ namespace MicrosoftAzure\Storage\Common\Internal;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
interface IServiceFilter

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Resources;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class InvalidArgumentTypeException extends \InvalidArgumentException

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Common\Internal;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class Logger

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Common\Internal;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class Resources

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class RestProxy

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Common\Internal\Serialization;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
interface ISerializer

Просмотреть файл

@ -32,7 +32,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class JsonSerializer implements ISerializer

Просмотреть файл

@ -35,7 +35,7 @@ use MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class XmlSerializer implements ISerializer

Просмотреть файл

@ -41,7 +41,7 @@ use GuzzleHttp\Psr7\Uri;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ServiceRestProxy extends RestProxy

Просмотреть файл

@ -42,7 +42,7 @@ use MicrosoftAzure\Storage\Common\Internal\Resources;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
abstract class ServiceSettings

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Common\Internal\Resources;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class StorageServiceSettings extends ServiceSettings

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Common\Internal;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class Utilities

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\Resources;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class Validate

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Models\ServiceProperties;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class GetServicePropertiesResult

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class Logging

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class Metrics

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class RetentionPolicy

Просмотреть файл

@ -36,7 +36,7 @@ use MicrosoftAzure\Storage\Common\Internal\Serialization\XmlSerializer;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ServiceProperties

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\Resources;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ServiceException extends \LogicException

Просмотреть файл

@ -49,7 +49,7 @@ use MicrosoftAzure\Storage\Table\Internal\MimeReaderWriter;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ServicesBuilder

Просмотреть файл

@ -33,7 +33,7 @@ use MicrosoftAzure\Storage\Common\Internal\FilterableService;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
* @see http://msdn.microsoft.com/en-us/library/windowsazure/dd179363.aspx
*/

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Queue\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CreateMessageOptions extends QueueServiceOptions

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Queue\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class CreateQueueOptions extends QueueServiceOptions

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Queue\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class GetQueueMetadataResult

Просмотреть файл

@ -32,7 +32,7 @@ namespace MicrosoftAzure\Storage\Queue\Models;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListMessagesOptions extends QueueServiceOptions

Просмотреть файл

@ -34,7 +34,7 @@ use MicrosoftAzure\Storage\Common\Internal\Utilities;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListMessagesResult

Просмотреть файл

@ -34,7 +34,7 @@ use \MicrosoftAzure\Storage\Common\Internal\Validate;
* @author Azure Storage PHP SDK <dmsh@microsoft.com>
* @copyright 2016 Microsoft Corporation
* @license https://github.com/azure/azure-storage-php/LICENSE
* @version Release: 0.10.1
* @version Release: 0.10.2
* @link https://github.com/azure/azure-storage-php
*/
class ListQueuesOptions extends QueueServiceOptions

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше