Class TopCommandDescriptor
Command descriptor for querylanguage TOP command.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class TopCommandDescriptor : AbstractCommandDescriptor
Properties
Limit
Declaration
[JsonProperty(PropertyName = "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | Value from queryString for top command limit argument. |