Class AddFieldsCommandDescriptor
Command descriptor for querylanguage ADDFIELDS command.
Inherited Members
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 |