Class FunctionField
Field outlining queryString aggregate function entries.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class FunctionField : AbstractField
Properties
Arguments
Declaration
[JsonProperty(PropertyName = "arguments")]
public List<Argument> Arguments { get; set; }
Property Value
Type | Description |
---|---|
List<Argument> | List of function arguments if specified. |
Function
Declaration
[JsonProperty(PropertyName = "function")]
public string Function { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the aggregate function. |