Show / Hide Table of Contents

Class LogAnalyticsParserMetaPlugin

LogAnalyticsParserMetaPlugin

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

Properties

Description

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

The plugin description.

DisplayName

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

The plugin display name.

MetaPluginParameters

Declaration
[JsonProperty(PropertyName = "metaPluginParameters")]
public List<LogAnalyticsParserMetaPluginParameter> MetaPluginParameters { get; set; }
Property Value
Type Description
List<LogAnalyticsParserMetaPluginParameter>

An array of plugin parameters.

Name

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

The plugin internal name.

In this article
Back to top