Show / Hide Table of Contents

Class DbSearchQueryDiscovery

Collection discovery done from the results of the specified Search Service query string.

Inheritance
object
DbFleetDiscoveryDetails
DbSearchQueryDiscovery
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class DbSearchQueryDiscovery : DbFleetDiscoveryDetails

Properties

Query

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

OCI Search Service query string.

Remarks

Required

In this article
Back to top