Class GetStateRequestParameters
Request options for GetState
https://docs.opensearch.org/docs/latest/api-reference/document-apis/pull-based-ingestion-management/
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.IngestionApi
Assembly: OpenSearch.Net.dll
Syntax
public class GetStateRequestParameters : RequestParameters<GetStateRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceNextToken
Token to retrieve the next page of results.
Declaration
public string NextToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Size
Number of results to return per page.
Declaration
public int? Size { get; set; }
Property Value
Type | Description |
---|---|
int? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceTimeout
Timeout for the request.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
Time |