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