Class SearchResultSummary
Summary of results.
Inherited Members
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. |