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
Use [ForNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration.
383
385
384
386
* These operations include server management and configuration operations.
385
-
See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list).
387
+
See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available).
386
388
387
389
* To execute a server-maintenance operation request,
388
390
use the `Send` method on the `Maintenance.Server` property in the DocumentStore.
|**timeout**|`TimeSpan`|<ul><li>**When timespan is specified** - <br/>The server will throw a `TimeoutException` if operation has not completed within the specified time frame.<br/>The operation itself continues to run in the background,<br/>no rollback action takes place.</li><li>`null` -<br/>WaitForCompletion will wait for operation to complete forever.</li></ul>|
704
-
|**token**|`CancellationToken`|<ul><li>**When cancellation token is specified** - <br/>The server will throw a `TimeoutException` if operation has not completed at cancellation time.<br/>The operation itself continues to run in the background,<br/>no rollback action takes place.</li></ul>|
|**timeout**|`TimeSpan`|<ul><li><strong>When timespan is specified</strong> -<br/>The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.<br/>The operation itself continues to run in the background,<br/>no rollback action takes place.</li><li>`null` -<br/>WaitForCompletion will wait for the operation to complete forever.</li></ul>|
707
+
|**token**|`CancellationToken`|<ul><li><strong>When cancellation token is specified</strong> -<br/>The server will throw a `TimeoutException` if the operation has not completed at cancellation time.<br/>The operation itself continues to run in the background,<br/>no rollback action takes place.</li></ul>|
Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration.
326
328
327
329
* These operations include server management and configuration operations.
328
-
See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list).
330
+
See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available).
329
331
330
332
* To execute a server-maintenance operation request,
331
333
use the `send` method on the `maintenance.server` property of the DocumentStore.
@@ -363,7 +365,8 @@ __Send syntax__:
363
365
364
366
<Admonitiontype="note"title="">
365
367
366
-
<span id="server-list">__The following server-maintenance operations are available:__</span>
368
+
#### The following server-maintenance operations are available:
@@ -314,7 +316,7 @@ $status = $indexStats->getStatus(); // will be "Paused"
314
316
Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration.
315
317
316
318
* These operations include server management and configuration operations.
317
-
See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list).
319
+
See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available).
318
320
319
321
* To execute a server-maintenance operation request,
320
322
use the `send` method on the `maintenance.server` property in the DocumentStore.
|**$duration**|`Duration` or `int`|<ul><li>**When a duration is specified** - <br/>The server will throw a `TimeoutException` if the peration has not completed within the specified time frame.<br/>The operation itself continues to run in the background,<br/>no rollback action takes place.</li><li>`null` - <br/>`waitForCompletion` will wait for the operation to complete indefinitely.</li></ul>|
|**$duration**|`Duration` or `int`| <ul><li><strong>When a duration is specified</strong> -<br/>The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.<br/>The operation itself continues to run in the background,<br/>no rollback action takes place.</li><li>`null` -<br/>`waitForCompletion` will wait for the operation to complete indefinitely.</li></ul> |
Use [for_node](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration.
316
318
317
319
* These operations include server management and configuration operations.
318
-
See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list).
320
+
See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available).
319
321
320
322
* To execute a server-maintenance operation request,
321
323
use the `send` method on the `maintenance.server` property in the DocumentStore.
@@ -361,7 +363,8 @@ with self.embedded_server.get_document_store("WhatAreOperations") as store:
361
363
362
364
<Admonitiontype="note"title="">
363
365
364
-
<span id="server-list">**The following server-maintenance operations are available:**</span>
366
+
#### The following server-maintenance operations are available:
0 commit comments