Class CountRequest<TDocument>
Inheritance
CountRequest<TDocument>
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class CountRequest<TDocument> : CountRequest, ICountRequest<TDocument>, ICountRequest, IRequest<CountRequestParameters>, IRequest where TDocument : class
Type Parameters
Name | Description |
---|---|
TDocument |
Constructors
| Edit this page View SourceCountRequest()
/{index}/_count
Declaration
public CountRequest()
CountRequest(Indices)
/{index}/_count
Declaration
public CountRequest(Indices index)
Parameters
Type | Name | Description |
---|---|---|
Indices | index | Optional, accepts null |
Properties
| Edit this page View SourceTypedSelf
Declaration
protected ICountRequest<TDocument> TypedSelf { get; }
Property Value
Type | Description |
---|---|
ICountRequest<TDocument> |