Class SpanFieldMaskingQueryDescriptor<T>
Inheritance
SpanFieldMaskingQueryDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class SpanFieldMaskingQueryDescriptor<T> : QueryDescriptorBase<SpanFieldMaskingQueryDescriptor<T>, ISpanFieldMaskingQuery>, IDescriptor, ISpanFieldMaskingQuery, 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 SpanFieldMaskingQueryDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public SpanFieldMaskingQueryDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Query(Func<SpanQueryDescriptor<T>, ISpanQuery>)
Declaration
public SpanFieldMaskingQueryDescriptor<T> Query(Func<SpanQueryDescriptor<T>, ISpanQuery> selector)
Parameters
Returns
Implements
Extension Methods