C#C++F#VB
CloudAnalyticsClient.::..CreateHourMetricsQuery Method (StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)
Creates a TableQuery object for querying an hourly metrics log table.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public TableQuery<MetricsEntity> CreateHourMetricsQuery(
StorageService service,
StorageLocation location
)
C++
public:
TableQuery<MetricsEntity^>^ CreateHourMetricsQuery(
StorageService service,
StorageLocation location
)
member CreateHourMetricsQuery :
service:StorageService *
location:StorageLocation -> TableQuery<MetricsEntity>
Public Function CreateHourMetricsQuery ( service As StorageService, location As StorageLocation ) As TableQuery(Of MetricsEntity)