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

> 包含有关已配置用户目录的信息——这些目录位于文件系统中，ClickHouse server 可从中读取用户提供的数据。

# system.user_directories

<div id="description">
  ## 描述
</div>

包含有关已配置用户目录的信息——这些目录位于文件系统中，ClickHouse server 可以从中读取用户提供的数据。

<div id="columns">
  ## 列
</div>

* `name` ([String](/zh/reference/data-types/index)) — 目录名称。
* `type` ([String](/zh/reference/data-types/index)) — 访问存储的类型，例如 users.xml、replicated、memory 等。
* `params` ([String](/zh/reference/data-types/index)) — 包含访问存储参数的 JSON。
* `precedence` ([UInt64](/zh/reference/data-types/index)) — 此目录在配置中的声明顺序。ClickHouse 在查找用户或角色时也会按相同顺序进行。
