Show / Hide Table of Contents

Class EventStatsCommandDescriptor

Command descriptor for querylanguage EVENTSTATS command.

Inheritance
object
AbstractCommandDescriptor
EventStatsCommandDescriptor
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 EventStatsCommandDescriptor : AbstractCommandDescriptor

Properties

Functions

Declaration
[JsonProperty(PropertyName = "functions")]
public List<FunctionField> Functions { get; set; }
Property Value
Type Description
List<FunctionField>

Statistical functions specified in the query string. Atleast 1 is required for a EVENTSTATS command.

GroupByFields

Declaration
[JsonProperty(PropertyName = "groupByFields")]
public List<AbstractField> GroupByFields { get; set; }
Property Value
Type Description
List<AbstractField>

Group by fields if specified in the query string.

In this article
Back to top