Show / Hide Table of Contents

Class FieldsAddRemoveField

Field denoting a field specified in querylanguage FIELDS command.

Inheritance
object
AbstractField
FieldsAddRemoveField
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 FieldsAddRemoveField : AbstractField

Properties

Operation

Declaration
[JsonProperty(PropertyName = "operation")]
[JsonConverter(typeof(ResponseEnumConverter))]
public FieldsAddRemoveField.OperationEnum? Operation { get; set; }
Property Value
Type Description
FieldsAddRemoveField.OperationEnum?

Denotes if field entry in FIELDS command is to show / hide field in results.

In this article
Back to top