C#C++F#VB
CloudAnalyticsClient.::..GetMinuteMetricsTable Method (StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)
Gets the minute metrics table for the specified storage service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public CloudTable GetMinuteMetricsTable(
StorageService service,
StorageLocation location
)
C++
public:
CloudTable^ GetMinuteMetricsTable(
StorageService service,
StorageLocation location
)
member GetMinuteMetricsTable :
service:StorageService *
location:StorageLocation -> CloudTable
Public Function GetMinuteMetricsTable ( service As StorageService, location As StorageLocation ) As CloudTable
Parameters
See Also
GetMinuteMetricsTable Overload
CloudAnalyticsClient Class
Microsoft.WindowsAzure.Storage.Analytics Namespace