Class MissingAggregationDescriptor<T>
Inheritance
MissingAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class MissingAggregationDescriptor<T> : BucketAggregationDescriptorBase<MissingAggregationDescriptor<T>, IMissingAggregation, T>, IDescriptor, IMissingAggregation, IBucketAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
Field(Field)
Declaration
public MissingAggregationDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public MissingAggregationDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field)
Parameters
Returns
Type Parameters
Implements
Extension Methods