Show / Hide Table of Contents

Class LogAnalyticsMetaFunctionArgument

LogAnalyticsMetaFunctionArgument

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

Properties

ArgumentDataType

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

The argument data type.

ArgumentDescription

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

The argument description.

ArgumentDisplayName

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

The argument display name.

ArgumentExample

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

The argument example.

ArgumentId

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

The argument unique identifier.

ArgumentLookupColumn

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

The lookup column.

ArgumentLookupColumnPosition

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

The lookup column position.

ArgumentName

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

The argument name.

ArgumentOrder

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

The argument order.

ArgumentReference

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

The argument unique identifier as a string.

ArgumentService

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

The argument service.

ArgumentType

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

The argument type.

ArgumentValue

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

The argument value.

IsOverrideOutputFields

Declaration
[JsonProperty(PropertyName = "isOverrideOutputFields")]
public bool? IsOverrideOutputFields { get; set; }
Property Value
Type Description
bool?

The override output fields.

In this article
Back to top