Class CatAllPitSegmentsDescriptor
Descriptor for AllPitSegments
https://opensearch.org/docs/latest/search-plugins/point-in-time-api/
Inheritance
CatAllPitSegmentsDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class CatAllPitSegmentsDescriptor : RequestDescriptorBase<CatAllPitSegmentsDescriptor, CatAllPitSegmentsRequestParameters, ICatAllPitSegmentsRequest>, IDescriptor, ICatAllPitSegmentsRequest, IRequest<CatAllPitSegmentsRequestParameters>, IRequest
Methods
|
Edit this page
View Source
Bytes(ByteUnit?)
The unit in which to display byte values.
Declaration
public CatAllPitSegmentsDescriptor Bytes(ByteUnit? bytes)
Parameters
Returns
|
Edit this page
View Source
A short version of the Accept header, e.g. json, yaml.
Declaration
public CatAllPitSegmentsDescriptor Format(string format)
Parameters
Type |
Name |
Description |
string |
format |
|
Returns
|
Edit this page
View Source
Comma-separated list of column names to display.
Declaration
public CatAllPitSegmentsDescriptor Headers(params string[] headers)
Parameters
Type |
Name |
Description |
string[] |
headers |
|
Returns
|
Edit this page
View Source
Help(bool?)
Declaration
public CatAllPitSegmentsDescriptor Help(bool? help = true)
Parameters
Type |
Name |
Description |
bool? |
help |
|
Returns
|
Edit this page
View Source
SortByColumns(params string[])
Comma-separated list of column names or column aliases to sort by.
Declaration
public CatAllPitSegmentsDescriptor SortByColumns(params string[] sortbycolumns)
Parameters
Type |
Name |
Description |
string[] |
sortbycolumns |
|
Returns
|
Edit this page
View Source
Verbose(bool?)
Verbose mode. Display column headers.
Declaration
public CatAllPitSegmentsDescriptor Verbose(bool? verbose = true)
Parameters
Type |
Name |
Description |
bool? |
verbose |
|
Returns
Implements
Extension Methods