Class CreatePitRequestParameters
Request options for CreatePit
https://opensearch.org/docs/latest/search-plugins/point-in-time-api/#create-a-pit
Implements
Inherited Members
Namespace: OpenSearch.Net
Assembly: OpenSearch.Net.dll
Syntax
public class CreatePitRequestParameters : RequestParameters<CreatePitRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceAllowPartialPitCreation
Allow if point in time can be created with partial failures.
Declaration
public bool? AllowPartialPitCreation { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceExpandWildcards
Whether to expand wildcard expression to concrete indices that are open, closed or both.
Declaration
public ExpandWildcards? ExpandWildcards { get; set; }
Property Value
Type | Description |
---|---|
ExpandWildcards? |
KeepAlive
Specify the keep alive for point in time.
Declaration
public TimeSpan KeepAlive { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Preference
Specify the node or shard the operation should be performed on.
Declaration
public string Preference { get; set; }
Property Value
Type | Description |
---|---|
string |
Routing
Comma-separated list of specific routing values.
Declaration
public string[] Routing { get; set; }
Property Value
Type | Description |
---|---|
string[] |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |