Version: 2022.2
言語: 日本語

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.