Class SearchCommandDescriptor
Command descriptor for querylanguage SEARCH command.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class SearchCommandDescriptor : AbstractCommandDescriptor
Properties
SubQueries
Declaration
[JsonProperty(PropertyName = "subQueries")]
public List<ParseQueryOutput> SubQueries { get; set; }
Property Value
Type | Description |
---|---|
List<ParseQueryOutput> | List of sub-queries present in search command if specified. |