StorageMetricAggregation Class

 

Updated: September 18, 2014

Represents an metric aggregation.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

System.Object
  Microsoft.Azure.Management.Insights.Models.StorageMetricAggregation

Public Class StorageMetricAggregation

NameDescription
System_CAPS_pubmethodStorageMetricAggregation()

Initializes a new instance of the StorageMetricAggregation class.

NameDescription
System_CAPS_pubpropertyLevel

Optional. The level of metrics to collect.

System_CAPS_pubpropertyRetention

Optional. Indicates the how long metrics data should be retained (must be an even number of days). All data older than this value will be deleted. The minimum number of days is 1; the largest value is 365 (one year).

System_CAPS_pubpropertyScheduledTransferPeriod

Optional. Specifies the time grain (aggregation interval or frequency). Must be either one minute or one hour.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: