Show / Hide Table of Contents

Class SearchResultSummary

Summary of results.

Inheritance
object
SearchResultSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoggingsearchService.Models
Assembly: OCI.DotNetSDK.Loggingsearch.dll
Syntax
public class SearchResultSummary

Properties

FieldCount

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

Total number of field schema information.

ResultCount

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

Total number of search results.

In this article
Back to top