OpenSearch.Client by OpenSearch and contributors

<PackageReference Include="OpenSearch.Client" Version="1.6.0" />

.NET API 3,588,216 bytes

 CloseIndexRequest

Request for Close

https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/close-index/

public bool? AllowNoIndices { get; set; }

Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)

public Time ClusterManagerTimeout { get; set; }

Specify timeout for connection to cluster_manager node

public ExpandWildcards? ExpandWildcards { get; set; }

Whether to expand wildcard expression to concrete indices that are open, closed or both.

public bool? IgnoreUnavailable { get; set; }

Whether specified concrete indices should be ignored when unavailable (missing or closed)

public Time MasterTimeout { get; set; }

Specify timeout for connection to master node

protected ICloseIndexRequest Self { get; }

public Time Timeout { get; set; }

Explicit operation timeout

public string WaitForActiveShards { get; set; }

Sets the number of active shards to wait for before the operation returns.

public CloseIndexRequest(Indices index)

/{index}/_close

protected CloseIndexRequest()

Used for serialization purposes, making sure we have a parameterless constructor