Show / Hide Table of Contents

Class LogAnalyticsMetaFunction

LogAnalyticsMetaFunction

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

Properties

Component

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

The component.

Description

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

The description.

EditVersion

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

The edit version.

JavaClassName

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

The java class name.

MetaFunctionArgument

Declaration
[JsonProperty(PropertyName = "metaFunctionArgument")]
public List<LogAnalyticsMetaFunctionArgument> MetaFunctionArgument { get; set; }
Property Value
Type Description
List<LogAnalyticsMetaFunctionArgument>

An array of meta function arguments.

MetaFunctionId

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

The meta function unique identifier.

Name

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

The meta function name.

In this article
Back to top