Class CatPitSegmentsRequest
Request for PitSegments
https://opensearch.org/docs/latest/search-plugins/point-in-time-api/
Inheritance
CatPitSegmentsRequest
Assembly: OpenSearch.Client.dll
Syntax
public class CatPitSegmentsRequest : PlainRequestBase<CatPitSegmentsRequestParameters>, ICatPitSegmentsRequest, IRequest<CatPitSegmentsRequestParameters>, IRequest
Constructors
|
Edit this page
View Source
CatPitSegmentsRequest()
Declaration
public CatPitSegmentsRequest()
|
Edit this page
View Source
CatPitSegmentsRequest(IEnumerable<string>)
Declaration
public CatPitSegmentsRequest(IEnumerable<string> pitId)
Parameters
|
Edit this page
View Source
CatPitSegmentsRequest(params string[])
Declaration
public CatPitSegmentsRequest(params string[] pitId)
Parameters
Type |
Name |
Description |
string[] |
pitId |
|
Properties
|
Edit this page
View Source
Bytes
The unit in which to display byte values.
Declaration
public ByteUnit? Bytes { get; set; }
Property Value
|
Edit this page
View Source
A short version of the Accept header (for example, json
, yaml
).
Declaration
public string Format { get; set; }
Property Value
|
Edit this page
View Source
Comma-separated list of column names to display.
Declaration
public string[] Headers { get; set; }
Property Value
|
Edit this page
View Source
Help
Declaration
public bool? Help { get; set; }
Property Value
|
Edit this page
View Source
PitId
Declaration
public IEnumerable<string> PitId { get; set; }
Property Value
|
Edit this page
View Source
Self
Declaration
protected ICatPitSegmentsRequest Self { get; }
Property Value
|
Edit this page
View Source
SortByColumns
Comma-separated list of column names or column aliases to sort by.
Declaration
public string[] SortByColumns { get; set; }
Property Value
|
Edit this page
View Source
Verbose
Verbose mode. Display column headers.
Declaration
public bool? Verbose { get; set; }
Property Value
Implements
Extension Methods