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