Show / Hide Table of Contents

Class FieldSummaryCommandDescriptor

Command descriptor for querylanguage FIELDSUMMARY command.

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

Properties

MaxValues

Declaration
[JsonProperty(PropertyName = "maxValues")]
public int? MaxValues { get; set; }
Property Value
Type Description
int?

Limit on number of distinct values to process for each field specified in the field summary command in the query string.

In this article
Back to top