You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking_50_cat_api.html
Remove Host property from CatNodes
Add bytes_recovered and files_recovered to cat recovery
Rename total_files and total_bytes to files_total and bytes_total, respectively
Rename translog to translog_ops_recovered
Rename translog_total to translog_ops
Rename translog_percent to translog_ops_percent
Closes#2012
Copy file name to clipboardExpand all lines: src/CodeGeneration/CodeGeneration.LowLevelClient/Views/ElasticLowLevelClient.Generated.cshtml
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ namespace Elasticsearch.Net
51
51
}
52
52
<text>@Raw(@"///<param name=""requestParameters"">A func that allows you to describe the querystring parameters & request specific connection settings.</param>")</text>
0 commit comments