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