Show / Hide Table of Contents

Class LogAnalyticsSourceMetric

LogAnalyticsSourceMetric

Inheritance
object
LogAnalyticsSourceMetric
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top