Show / Hide Table of Contents

Class InsightTypeLoggingQueryDetails

Additional details for Insight type queries on a data source.

Inheritance
object
LoggingQueryDetails
InsightTypeLoggingQueryDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class InsightTypeLoggingQueryDetails : LoggingQueryDetails

Properties

KeyEntitiesCount

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

The key entities count used for data source query

In this article
Back to top