MetricTableInfo Class

 

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)

Inheritance Hierarchy

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

Syntax

public class MetricTableInfo
public ref class MetricTableInfo 
type MetricTableInfo = class end
Public Class MetricTableInfo

Constructors

Name Description
System_CAPS_pubmethod MetricTableInfo()

Initializes a new instance of the MetricTableInfo class.

Properties

Name Description
System_CAPS_pubproperty EndTime

Optional. The last data that will this table.

System_CAPS_pubproperty SasToken

Optional. SAS Key for accessing the table.

System_CAPS_pubproperty SasTokenExpirationTime

Optional. When the SAS Key will expire.

System_CAPS_pubproperty StartTime

Optional. The first data will appear in the data.

System_CAPS_pubproperty TableName

Optional. The name of the table.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.Azure.Insights.Models Namespace

Return to top