Operations
Operations Mixins.
Operations
Bases: ClientBase
Handles Operations.
Source code in src/eventstore_grpc/client/operations.py
merge_indexes(**kwargs)
resign_node(**kwargs)
restart_persistent_subscriptions(**kwargs)
Restarts persistent subscriptions.
Source code in src/eventstore_grpc/client/operations.py
set_node_priority(priority, **kwargs)
Sets node priority.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
priority |
int
|
the priority level for the node you're currently connected to. |
required |
Source code in src/eventstore_grpc/client/operations.py
shutdown(**kwargs)
start_scavenge(thread_count, start_from_chunk, **kwargs)
Starts a scavenge operation.
Source code in src/eventstore_grpc/client/operations.py
stop_scavenge(scavenge_id, **kwargs)
Stops a scavenge operation.