Show / Hide Table of Contents

Class AddFieldsCommandDescriptor

Command descriptor for querylanguage ADDFIELDS command.

Inheritance
object
AbstractCommandDescriptor
AddFieldsCommandDescriptor
Inherited Members
AbstractCommandDescriptor.DisplayQueryString
AbstractCommandDescriptor.InternalQueryString
AbstractCommandDescriptor.Category
AbstractCommandDescriptor.ReferencedFields
AbstractCommandDescriptor.DeclaredFields
AbstractCommandDescriptor.IsHidden
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 AddFieldsCommandDescriptor : AbstractCommandDescriptor

Properties

SubQueries

Declaration
[JsonProperty(PropertyName = "subQueries")]
public List<ParseQueryOutput> SubQueries { get; set; }
Property Value
Type Description
List<ParseQueryOutput>

List of subQueries specified as addFields command arguments

In this article
Back to top