Skip to main content

描述

包含 AzureQueue 元数据的内存状态,以及每个文件当前正在处理的行。

  • zookeeper_path (String) — ZooKeeper 中元数据的路径
  • file_path (String) — 正在处理的文件的文件路径
  • file_name (String) — 正在处理的文件的文件名
  • rows_processed (UInt64) — 当前已处理的行数
  • status (String) — 处理状态:已处理、处理中状态、失败
  • processing_start_time (Nullable(DateTime)) — 开始处理文件的时间
  • processing_end_time (Nullable(DateTime)) — 完成处理文件的时间
  • exception (String) — 处理期间发生的异常
最后修改于 2026年8月14日