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

> Содержит хранящееся в памяти состояние метаданных S3Queue и строки каждого файла, обрабатываемые в данный момент.

# system.s3queue_metadata_cache

<div id="description">
  ## Описание
</div>

Содержит состояние метаданных S3Queue, хранящееся в памяти, и строки, обрабатываемые в данный момент для каждого файла.

<div id="columns">
  ## Столбцы
</div>

* `zookeeper_path` ([String](/ru/reference/data-types/index)) — Путь в ZooKeeper к метаданным
* `file_path` ([String](/ru/reference/data-types/index)) — Путь к файлу, который обрабатывается
* `file_name` ([String](/ru/reference/data-types/index)) — Имя обрабатываемого файла
* `rows_processed` ([UInt64](/ru/reference/data-types/index)) — Текущее количество обрабатываемых строк
* `status` ([String](/ru/reference/data-types/index)) — Статус обработки: Processed, Processing, Failed
* `processing_start_time` ([Nullable(DateTime)](/ru/reference/data-types/index)) — Время начала обработки файла
* `processing_end_time` ([Nullable(DateTime)](/ru/reference/data-types/index)) — Время окончания обработки файла
* `exception` ([String](/ru/reference/data-types/index)) — Исключение, возникшее во время обработки
