Class SpanGapQueryDescriptor<T>
Inheritance
SpanGapQueryDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class SpanGapQueryDescriptor<T> : QueryDescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>, IDescriptor, ISpanGapQuery, ISpanSubQuery, 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 SpanGapQueryDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public SpanGapQueryDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Width(int?)
Declaration
public SpanGapQueryDescriptor<T> Width(int? width)
Parameters
Type |
Name |
Description |
int? |
width |
|
Returns
Implements
Extension Methods