Class ExistsQueryDescriptor<T>
Inheritance
ExistsQueryDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class ExistsQueryDescriptor<T> : QueryDescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>, IDescriptor, IExistsQuery, IQuery where T : class
Type Parameters
Properties
|
Edit this page
View Source
Conditionless
Whether the query is conditionless. A conditionless query is not serialized as part of the request
sent to OpenSearch.
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Field(Field)
Declaration
public ExistsQueryDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public ExistsQueryDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
Implements
Extension Methods