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/_Generated/Api/IndexManagement/RolloverRequest.g.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ public sealed partial class RolloverRequestParameters : Elastic.Transport.Reques
68
68
/// <summary>
69
69
/// <para>
70
70
/// Roll over to a new index.
71
-
/// TIP: It is recommended to use the index lifecycle rollover action to automate rollovers.
71
+
/// TIP: We recommend using the index lifecycle rollover action to automate rollovers. However, Serverless does not support Index Lifecycle Management (ILM), so don't use this approach in the Serverless context.
72
72
/// </para>
73
73
/// <para>
74
74
/// The rollover API creates a new index for a data stream or index alias.
/// TIP: It is recommended to use the index lifecycle rollover action to automate rollovers.
251
+
/// TIP: We recommend using the index lifecycle rollover action to automate rollovers. However, Serverless does not support Index Lifecycle Management (ILM), so don't use this approach in the Serverless context.
252
252
/// </para>
253
253
/// <para>
254
254
/// The rollover API creates a new index for a data stream or index alias.
@@ -707,7 +707,7 @@ public Elastic.Clients.Elasticsearch.IndexManagement.RolloverRequestDescriptor R
707
707
/// <summary>
708
708
/// <para>
709
709
/// Roll over to a new index.
710
-
/// TIP: It is recommended to use the index lifecycle rollover action to automate rollovers.
710
+
/// TIP: We recommend using the index lifecycle rollover action to automate rollovers. However, Serverless does not support Index Lifecycle Management (ILM), so don't use this approach in the Serverless context.
711
711
/// </para>
712
712
/// <para>
713
713
/// The rollover API creates a new index for a data stream or index alias.
/// The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.
40
+
/// If no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.
41
+
/// To indicate that the request should never timeout, set it to <c>-1</c>.
/// The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.
102
+
/// If no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.
103
+
/// To indicate that the request should never timeout, set it to <c>-1</c>.
@@ -152,7 +162,9 @@ public Elastic.Clients.Elasticsearch.Snapshot.CleanupRepositoryRequestDescriptor
152
162
153
163
/// <summary>
154
164
/// <para>
155
-
/// Period to wait for a response.
165
+
/// The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.
166
+
/// If no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.
167
+
/// To indicate that the request should never timeout, set it to <c>-1</c>.
0 commit comments