Show / Hide Table of Contents

Class LookupSummaryReport

Summary report of lookups in the tenancy.

Inheritance
object
LookupSummaryReport
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 LookupSummaryReport

Properties

OracleDefinedCount

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

The number of oracle defined lookups.

TotalCount

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

The total number of lookups.

UserCreatedCount

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

The number of user created lookups.

In this article
Back to top