Show / Hide Table of Contents

Class SearchDetails

A base request type that contains common criteria for searching for resources.

Inheritance
object
SearchDetails
FreeTextSearchDetails
StructuredSearchDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcesearchService.Models
Assembly: OCI.DotNetSDK.Resourcesearch.dll
Syntax
[JsonConverter(typeof(SearchDetailsModelConverter))]
public class SearchDetails

Properties

MatchingContextType

Declaration
[JsonProperty(PropertyName = "matchingContextType")]
[JsonConverter(typeof(StringEnumConverter))]
public SearchDetails.MatchingContextTypeEnum? MatchingContextType { get; set; }
Property Value
Type Description
SearchDetails.MatchingContextTypeEnum?

The type of matching context returned in the response. If you specify HIGHLIGHTS, then the service will highlight fragments in its response. (For more information, see ResourceSummary.searchContext and SearchContext.) The default setting is NONE.

In this article
Back to top