NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.17.0" />

.NET API 5,040,128 bytes

 CatAllocationDescriptor

Descriptor for Allocation

https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html

/_cat/allocation

/_cat/allocation/{node_id}

The unit in which to display byte values

public CatAllocationDescriptor Format(string format)

a short version of the Accept header, e.g. json, yaml

public CatAllocationDescriptor Headers(string[] headers)

Comma-separated list of column names to display

public CatAllocationDescriptor Help(bool? help = true)

Return help information

public CatAllocationDescriptor Local(bool? local = true)

Return local information, do not retrieve the state from master node (default: false)

Explicit operation timeout for connection to master node

A comma-separated list of node IDs or names to limit the returned information

public CatAllocationDescriptor SortByColumns(string[] sortbycolumns)

Comma-separated list of column names or column aliases to sort by

public CatAllocationDescriptor Verbose(bool? verbose = true)

Verbose mode. Display column headers