Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudAnalyticsClient.GetHourMetricsTable Method (StorageService) (Microsoft.WindowsAzure.Storage.Analytics)

Gets the hourly metrics table for the specified storage service.

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

Syntax

 
public CloudTable GetHourMetricsTable(
	StorageService service
)
 
public:
CloudTable^ GetHourMetricsTable(
	StorageService service
)
 
member GetHourMetricsTable : 
        service:StorageService -> CloudTable
 
Public Function GetHourMetricsTable (
	service As StorageService
) As CloudTable
Return to top