> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-trino-dialect.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](/ko/reference/data-types/string)) — ZooKeeper의 메타데이터 경로
* `file_path` ([String](/ko/reference/data-types/string)) — 처리 중인 파일의 경로
* `file_name` ([String](/ko/reference/data-types/string)) — 처리 중인 파일의 이름
* `rows_processed` ([UInt64](/ko/reference/data-types/int-uint)) — 현재 처리 중인 행 수
* `status` ([String](/ko/reference/data-types/string)) — 처리 상태: Processed, Processing, Failed
* `processing_start_time` ([Nullable(DateTime)](/ko/reference/data-types/nullable)) — 파일 처리가 시작된 시간
* `processing_end_time` ([Nullable(DateTime)](/ko/reference/data-types/nullable)) — 파일 처리가 종료된 시간
* `exception` ([String](/ko/reference/data-types/string)) — 처리 중 발생한 예외
