C#C++F#VB
CloudAnalyticsClient.::..GetHourMetricsTable Method (StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)
Gets the hourly metrics table for the specified storage service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public CloudTable GetHourMetricsTable(
StorageService service,
StorageLocation location
)
C++
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
Parameters
See Also
GetHourMetricsTable Overload
CloudAnalyticsClient Class
Microsoft.WindowsAzure.Storage.Analytics Namespace