> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8a08bda2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> AzureQueue メタデータのインメモリ状態と、ファイルごとに現在処理中の行が含まれます。

# system.azure_queue_metadata_cache

<div id="description">
  ## 説明
</div>

AzureQueue メタデータのインメモリ状態と、ファイルごとに現在処理中の行が含まれます。

<div id="columns">
  ## カラム
</div>

* `zookeeper_path` ([String](/ja/reference/data-types)) — zookeeper 内のメタデータへのパス
* `file_path` ([String](/ja/reference/data-types)) — 処理対象のファイルのパス
* `file_name` ([String](/ja/reference/data-types)) — 処理対象のファイル名
* `rows_processed` ([UInt64](/ja/reference/data-types)) — 現在処理中の行数
* `status` ([String](/ja/reference/data-types)) — 処理のステータス: Processed, Processing, Failed
* `processing_start_time` ([Nullable(DateTime)](/ja/reference/data-types)) — ファイルの処理が開始された時刻
* `processing_end_time` ([Nullable(DateTime)](/ja/reference/data-types)) — ファイルの処理が終了した時刻
* `exception` ([String](/ja/reference/data-types)) — 処理中に発生した例外
