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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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.