Show / Hide Table of Contents

Class LogAnalyticsLabelView

LogAnalyticsLabelView

Inheritance
object
LogAnalyticsLabelView
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 LogAnalyticsLabelView

Properties

Aliases

Declaration
[JsonProperty(PropertyName = "aliases")]
public List<LogAnalyticsLabelAlias> Aliases { get; set; }
Property Value
Type Description
List<LogAnalyticsLabelAlias>

An arrya of label aliases.

CountUsageInAlertRule

Declaration
[JsonProperty(PropertyName = "countUsageInAlertRule")]
public long? CountUsageInAlertRule { get; set; }
Property Value
Type Description
long?

The label alert rule usage count.

CountUsageInSource

Declaration
[JsonProperty(PropertyName = "countUsageInSource")]
public long? CountUsageInSource { get; set; }
Property Value
Type Description
long?

The label source usage count.

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

The label description.

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The label display name.

EditVersion

Declaration
[JsonProperty(PropertyName = "editVersion")]
public long? EditVersion { get; set; }
Property Value
Type Description
long?

The label edit version.

Id

Declaration
[JsonProperty(PropertyName = "id")]
public object Id { get; set; }
Property Value
Type Description
object

The label unique identifier.

Impact

Declaration
[JsonProperty(PropertyName = "impact")]
public string Impact { get; set; }
Property Value
Type Description
string

The label impact.

IsSystem

Declaration
[JsonProperty(PropertyName = "isSystem")]
public bool? IsSystem { get; set; }
Property Value
Type Description
bool?

The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.

IsUserDeleted

Declaration
[JsonProperty(PropertyName = "isUserDeleted")]
public bool? IsUserDeleted { get; set; }
Property Value
Type Description
bool?

A flag indicating whether or not the label has been deleted.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The label name.

Priority

Declaration
[JsonProperty(PropertyName = "priority")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LogAnalyticsLabelView.PriorityEnum? Priority { get; set; }
Property Value
Type Description
LogAnalyticsLabelView.PriorityEnum?

The label priority. Default value is NONE.

Recommendation

Declaration
[JsonProperty(PropertyName = "recommendation")]
public string Recommendation { get; set; }
Property Value
Type Description
string

The label recommendation.

SuggestType

Declaration
[JsonProperty(PropertyName = "suggestType")]
public long? SuggestType { get; set; }
Property Value
Type Description
long?

The label suggestion type.

Type

Declaration
[JsonProperty(PropertyName = "type")]
public long? Type { get; set; }
Property Value
Type Description
long?

The label type.

In this article
Back to top