File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
ApiGenerator/RestSpecification/Core
Elasticsearch.Net/Api/RequestParameters Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 102
102
" red"
103
103
],
104
104
"description" :" Wait until cluster is in a specific state"
105
- },
106
- "return_200_for_cluster_health_timeout" :{
107
- "type" :" boolean" ,
108
- "description" :" Whether to return HTTP 200 instead of 408 in case of a cluster health timeout from the server side"
109
105
}
110
106
}
111
107
}
Original file line number Diff line number Diff line change @@ -187,13 +187,6 @@ public TimeSpan MasterTimeout
187
187
set => Q ( "master_timeout" , value ) ;
188
188
}
189
189
190
- ///<summary>Whether to return HTTP 200 instead of 408 in case of a cluster health timeout from the server side</summary>
191
- public bool ? Return200ForClusterHealthTimeout
192
- {
193
- get => Q < bool ? > ( "return_200_for_cluster_health_timeout" ) ;
194
- set => Q ( "return_200_for_cluster_health_timeout" , value ) ;
195
- }
196
-
197
190
///<summary>Explicit operation timeout</summary>
198
191
public TimeSpan Timeout
199
192
{
You can’t perform that action at this time.
0 commit comments