Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudAnalyticsClient.GetHourMetricsTable Method (StorageService, StorageLocation) (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,
	StorageLocation location
)
 
public:
CloudTable^ GetHourMetricsTable(
	StorageService service,
	StorageLocation location
)
 
member GetHourMetricsTable : 
        service:StorageService *
        location:StorageLocation -> CloudTable
 
Public Function GetHourMetricsTable (
	service As StorageService,
	location As StorageLocation
) As CloudTable
Return to top