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 | |
---|---|---|
MetricTableInfo() | Initializes a new instance of the MetricTableInfo class. |
Properties
Name | Description | |
---|---|---|
EndTime | Optional. The last data that will this table. |
|
SasToken | Optional. SAS Key for accessing the table. |
|
SasTokenExpirationTime | Optional. When the SAS Key will expire. |
|
StartTime | Optional. The first data will appear in the data. |
|
TableName | Optional. The name of the table. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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