Show / Hide Table of Contents

Class LiteralArgument

QueryString argument of type literal.

Inheritance
object
Argument
LiteralArgument
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 LiteralArgument : Argument

Properties

DataType

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

Data type of specified literal in queryString.

Value

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

Literal value specified in queryString.

In this article
Back to top