Version: 2021.3
언어: 한국어

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.