Show / Hide Table of Contents

Class FieldSummaryReport

FieldSummaryReport

Inheritance
object
FieldSummaryReport
Inherited Members
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 FieldSummaryReport

Properties

NonOobCount

Declaration
[JsonProperty(PropertyName = "nonOobCount")]
public int? NonOobCount { get; set; }
Property Value
Type Description
int?

The count of custom (user defined) fields.

OobCount

Declaration
[JsonProperty(PropertyName = "oobCount")]
public int? OobCount { get; set; }
Property Value
Type Description
int?

The count of built in fields.

UsageDetails

Declaration
[JsonProperty(PropertyName = "usageDetails")]
public List<UsageStatusItem> UsageDetails { get; set; }
Property Value
Type Description
List<UsageStatusItem>

Field usage detailss

In this article
Back to top