Show / Hide Table of Contents

Class LogAnalyticsSourceEntityType

LogAnalyticsSourceEntityType

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

Properties

EntityType

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

The entity type.

EntityTypeCategory

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

The type category.

EntityTypeDisplayName

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

The entity type display name.

SourceId

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

The source unique identifier.

In this article
Back to top