Show / Hide Table of Contents

Class FunctionField

Field outlining queryString aggregate function entries.

Inheritance
object
AbstractField
FunctionField
Inherited Members
AbstractField.DisplayName
AbstractField.IsDeclared
AbstractField.OriginalDisplayNames
AbstractField.InternalName
AbstractField.ValueType
AbstractField.IsGroupable
AbstractField.IsDuration
AbstractField.Alias
AbstractField.FilterQueryString
AbstractField.UnitType
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 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.

In this article
Back to top