NEST by Elastic and contributors

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

.NET API 4,426,240 bytes

 ClusterPutSettingsRequest

Request for PutSettings

https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html

public bool? FlatSettings { get; set; }

Return settings in flat format (default: false)

public Time MasterTimeout { get; set; }

Explicit operation timeout for connection to master node

public IDictionary<string, object> Persistent { get; set; }

protected IClusterPutSettingsRequest Self { get; }

public Time Timeout { get; set; }

Explicit operation timeout

public IDictionary<string, object> Transient { get; set; }