Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the minute metrics properties.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public MetricsProperties MinuteMetrics { get; set; }
 
public:
property MetricsProperties^ MinuteMetrics {
	MetricsProperties^ get();
	void set(MetricsProperties^ value);
}
 
member MinuteMetrics : MetricsProperties with get, set
 
Public Property MinuteMetrics As MetricsProperties
Return to top