Version: 2021.1

ProcessingState

enumeration

切换到手册

描述

The state of the read request at the time of retrieval of AsyncReadManagerMetrics.

变量

UnknownThe read request status was unknown.
InQueueThe read request was waiting in the queue to be read.
ReadingThe read request was in the process of being read.
CompletedThe read request had fully completed.
FailedThe read request had failed before completion.
CanceledThe read was canceled before completion.