NodeTaskEnum is an enumerated list of assignable node tasks.

This enumerated datatype is used the assignTasks() and the unassignTasks() mutation fields. It's also used by the datatype, ClusterNode, which is used two other datatypes: Segment, which it's used by the query field, segment(); and by Cluster, which is used by the cluster() mutation field and by the datatype, UnregisterNodeMutation, which is used by the clusterUnregisterNode() mutation field.

Table: NodeTaskEnum

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Jun 23, 2025
digestboolean  Short-TermIndicates a digest task.
queryboolean  Short-TermRepresents a query task.