Show / Hide Table of Contents

Class LogAnalyticsMetaSourceType

LogAnalyticsMetaSourceType

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

Properties

BuiltInParserName

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

The built in parser name.

Description

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

The source type description.

DisplayName

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

The source type display name.

EntityDisplayName

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

The entity display name.

EntityName

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

The entity internal name.

MaximumExcludePattern

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

The maximum exclude pattern.

MaximumIncludePattern

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

The maximum include pattern.

Name

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

The source type name.

In this article
Back to top