Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudAnalyticsClient.CreateMinuteMetricsQuery Method (StorageService, StorageLocation) (Microsoft.WindowsAzure.Storage.Analytics)

Creates a TableQuery object for querying a minute metrics log table.

Namespace:   Microsoft.WindowsAzure.Storage.Analytics
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public TableQuery<MetricsEntity> CreateMinuteMetricsQuery(
	StorageService service,
	StorageLocation location
)
 
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)
Return to top