Class ArbitraryBodyHttpRequestBase<TParams>
Inheritance
RequestBase<TParams>
PlainRequestBase<TParams>
ArbitraryHttpRequestBase<TParams>
ArbitraryBodyHttpRequestBase<TParams>
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class ArbitraryBodyHttpRequestBase<TParams> : ArbitraryHttpRequestBase<TParams>, IArbitraryBodyHttpRequest<TParams>, IArbitraryHttpRequest<TParams>, IRequest<TParams>, IRequest where TParams : ArbitraryHttpRequestParameters<TParams>, new()
Type Parameters
Name | Description |
---|---|
TParams |
Constructors
| Edit this page View SourceArbitraryBodyHttpRequestBase()
Declaration
protected ArbitraryBodyHttpRequestBase()
ArbitraryBodyHttpRequestBase(string)
Declaration
protected ArbitraryBodyHttpRequestBase(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path |
Properties
| Edit this page View SourceBody
Declaration
public PostData Body { get; set; }
Property Value
Type | Description |
---|---|
PostData |