Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudAnalyticsClient.CreateCapacityQuery Method (Microsoft.WindowsAzure.Storage.Analytics)

Creates a TableQuery object for querying the Blob service capacity table.

Namespace:   Microsoft.WindowsAzure.Storage.Analytics
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public TableQuery<CapacityEntity> CreateCapacityQuery()
 
public:
TableQuery<CapacityEntity^>^ CreateCapacityQuery()
 
member CreateCapacityQuery : unit -> TableQuery<CapacityEntity>
 
Public Function CreateCapacityQuery As TableQuery(Of CapacityEntity)

Remarks

This method is applicable only to Blob service.

Return to top