Class CatSegmentReplicationRequestParameters
Request options for SegmentReplication
https://opensearch.org/docs/latest/api-reference/cat/cat-segment-replication/
Inheritance
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.CatApi
Assembly: OpenSearch.Net.dll
Syntax
public class CatSegmentReplicationRequestParameters : RequestParameters<CatSegmentReplicationRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceActiveOnly
If true
, the response only includes ongoing segment replication events.
Declaration
public bool? ActiveOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AllowNoIndices
Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all
string or when no indices have
been specified).
Declaration
public bool? AllowNoIndices { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Bytes
The unit in which to display byte values.
Declaration
public ByteUnit? Bytes { get; set; }
Property Value
Type | Description |
---|---|
ByteUnit? |
CompletedOnly
If true
, the response only includes latest completed segment replication events.
Declaration
public bool? CompletedOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceDetailed
If true
, the response includes detailed information about segment replications.
Declaration
public bool? Detailed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ExpandWildcards
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? |
Format
A short version of the Accept header, e.g. json, yaml.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Headers
Comma-separated list of column names to display.
Declaration
public string[] Headers { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Help
Return help information.
Declaration
public bool? Help { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IgnoreThrottled
Whether specified concrete, expanded or aliased indices should be ignored when throttled.
Declaration
public bool? IgnoreThrottled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IgnoreUnavailable
Whether specified concrete indices should be ignored when unavailable (missing or closed).
Declaration
public bool? IgnoreUnavailable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Index
Comma-separated list or wildcard expression of index names to limit the returned information.
Declaration
public string[] Index { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Shards
Comma-separated list of shards to display.
Declaration
public string[] Shards { get; set; }
Property Value
Type | Description |
---|---|
string[] |
SortByColumns
Comma-separated list of column names or column aliases to sort by.
Declaration
public string[] SortByColumns { get; set; }
Property Value
Type | Description |
---|---|
string[] |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceTimeout
Operation timeout.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Verbose
Verbose mode. Display column headers.
Declaration
public bool? Verbose { get; set; }
Property Value
Type | Description |
---|---|
bool? |