> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-3a82795f.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](/ru/reference/data-types)) — Путь в ZooKeeper к метаданным
* `file_path` ([String](/ru/reference/data-types)) — Путь к обрабатываемому файлу
* `file_name` ([String](/ru/reference/data-types)) — Имя обрабатываемого файла
* `rows_processed` ([UInt64](/ru/reference/data-types)) — Текущее количество обработанных строк
* `status` ([String](/ru/reference/data-types)) — Статус обработки: Processed, Processing, Failed
* `processing_start_time` ([Nullable(DateTime)](/ru/reference/data-types)) — Время начала обработки файла
* `processing_end_time` ([Nullable(DateTime)](/ru/reference/data-types)) — Время окончания обработки файла
* `exception` ([String](/ru/reference/data-types)) — Исключение, возникшее в ходе обработки
