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
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/CreateRequest.g.cs
+6-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public sealed partial class CreateRequestParameters : RequestParameters
70
70
/// <summary>
71
71
/// <para>Adds a JSON document to the specified data stream or index and makes it searchable.<br/>If the target is an index and the document already exists, the request updates the document and increments its version.</para>
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/IndexManagement/PutIndicesSettingsRequest.g.cs
+8-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public sealed partial class PutIndicesSettingsRequestParameters : RequestParamet
70
70
/// <summary>
71
71
/// <para>Changes a dynamic index setting in real time. For data streams, index setting<br/>changes are applied to all backing indices by default.</para>
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/IndexRequest.g.cs
+6-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ public sealed partial class IndexRequestParameters : RequestParameters
90
90
/// <summary>
91
91
/// <para>Adds a JSON document to the specified data stream or index and makes it searchable.<br/>If the target is an index and the document already exists, the request updates the document and increments its version.</para>
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch/_Generated/Api/CreateRequest.g.cs
+6-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public sealed partial class CreateRequestParameters : RequestParameters
70
70
/// <summary>
71
71
/// <para>Adds a JSON document to the specified data stream or index and makes it searchable.<br/>If the target is an index and the document already exists, the request updates the document and increments its version.</para>
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/DownsampleRequest.g.cs
+8-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public sealed partial class DownsampleRequestParameters : RequestParameters
36
36
/// <summary>
37
37
/// <para>Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval.</para>
0 commit comments