Interface IRequest<TParameters>
Assembly: OpenSearch.Client.dll
Syntax
public interface IRequest<out TParameters> : IRequest where TParameters : class, IRequestParameters, new()
Type Parameters
Name |
Description |
TParameters |
|
Properties
|
Edit this page
View Source
RequestParameters
Used to describe request parameters that are not part of the body. e.g. query string, connection configuration
overrides, etc.
Declaration
[IgnoreDataMember]
TParameters RequestParameters { get; }
Property Value
Type |
Description |
TParameters |
|
Extension Methods