ServiceProperties.MinuteMetrics Property (Microsoft.WindowsAzure.Storage.Shared.Protocol)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
ServiceProperties.MinuteMetrics Property
ServiceProperties::MinuteMetrics Property
ServiceProperties.MinuteMetrics Property
ServiceProperties.MinuteMetrics Property
Gets or sets the minute metrics properties.
Namespace:
Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property MetricsProperties^ MinuteMetrics {
MetricsProperties^ get();
void set(MetricsProperties^ value);
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.Shared.Protocol.MetricsPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::MetricsProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.MetricsPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.MetricsPropertiesThe minute metrics properties.
Return to top
Gets or sets the minute metrics properties.
Syntax
C++
public: property MetricsProperties^ MinuteMetrics { MetricsProperties^ get(); void set(MetricsProperties^ value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.Shared.Protocol.MetricsPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::MetricsProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.MetricsPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.MetricsPropertiesThe minute metrics properties.