Show / Hide Table of Contents

Class SearchResult

A log search result entry.

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

Properties

Data

Declaration
[Required(ErrorMessage = "Data is required.")]
[JsonProperty(PropertyName = "data")]
public object Data { get; set; }
Property Value
Type Description
object

JSON blob containing the search entry with the projected fields.

Remarks

Required

In this article
Back to top