MetricTableInfo Class

 

Updated: September 18, 2014

Contains the details of the tables that metric data is stored in. A new table is created every 10 days for storing metrics.

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

System::Object
  Microsoft.Azure.Insights.Models::MetricTableInfo

public ref class MetricTableInfo 

NameDescription
System_CAPS_pubmethodMetricTableInfo()

Initializes a new instance of the MetricTableInfo class.

NameDescription
System_CAPS_pubpropertyEndTime

Optional. The last data that will this table.

System_CAPS_pubpropertySasToken

Optional. SAS Key for accessing the table.

System_CAPS_pubpropertySasTokenExpirationTime

Optional. When the SAS Key will expire.

System_CAPS_pubpropertyStartTime

Optional. The first data will appear in the data.

System_CAPS_pubpropertyTableName

Optional. The name of the table.

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: