Class LogAnalyticsSourceEntityType
LogAnalyticsSourceEntityType
Inherited Members
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. |