Class LogAnalyticsSourceMetric
LogAnalyticsSourceMetric
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsSourceMetric
Properties
EntityType
Declaration
[JsonProperty(PropertyName = "entityType")]
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string | The entity type. |
IsMetricSourceEnabled
Declaration
[JsonProperty(PropertyName = "isMetricSourceEnabled")]
public bool? IsMetricSourceEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | A flag specifying whether or not the metric source is enabled. |
MetricName
Declaration
[JsonProperty(PropertyName = "metricName")]
public string MetricName { get; set; }
Property Value
Type | Description |
---|---|
string | The metric name. |
SourceName
Declaration
[JsonProperty(PropertyName = "sourceName")]
public string SourceName { get; set; }
Property Value
Type | Description |
---|---|
string | The source internal name. |