EvictionStatus is a datatype for fields that help describe the status of eviction.

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

Table: EvictionStatus

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: Sep 24, 2024
bytesThatExistOnlyOnThisNodefloatyes Long-TermThe bytes that exist only on this node.
currentlyUnderReplicatedByteslongyes Long-TermThe bytes under replicated currently.
isDigesterbooleanyes Long-TermWhether the node is a digester.
totalSegmentByteslongyes Long-TermThe total segment bytes.