Structs§
- Config
- 单集群七牛配置信息
- Config
Builder - 七牛单集群配置信息构建器
- Configurable
- 七牛配置信息
- Credential
- 七牛凭证,用于设置 Access Key 和 Secret Key 以访问私有空间的七牛对象
- Multiple
Clusters Config - 多集群七牛配置信息
- Multiple
Clusters Config Builder - 多集群七牛配置信息构建器
- Range
Part - 通过 RangeReader::read_multi_ranges() 获取文件的区域以及对应的数据
- Range
Reader - 对象范围下载器
- Range
Reader Builder - 对象范围下载构建器
Enums§
- Clusters
Config Parse Error - 七牛配置信息解析错误
- Multiple
Clusters Config Parse Error - 多集群七牛配置信息解析错误
Functions§
- disable_
dot_ uploading - 禁止打点上传功能
- disable_
dotting - 禁止打点功能
- enable_
dot_ uploading - 启用打点上传功能
- enable_
dotting - 启用打点功能
- is_
dot_ uploading_ disabled - 打点上传功能是否启用
- is_
dotting_ disabled - 打点功能是否启用
- is_
qiniu_ enabled - 判断当前是否已经启用七牛环境
- set_
download_ start_ time - 设置下载起始时间
- set_
qiniu_ config - 手动设置单集群七牛环境配置
- set_
qiniu_ multi_ clusters_ config - 手动设置多集群七牛环境配置
- set_
qiniu_ single_ cluster_ config - 手动设置单集群七牛环境配置
- sign_
download_ url_ with_ deadline - 为私有空间签发对象下载 URL
- sign_
download_ url_ with_ lifetime - 为私有空间签发对象下载 URL
- total_
download_ duration - 获取下载结束之间到下载起始时间之间的时长
- with_
current_ qiniu_ config - 在回调函数内获取只读的当前七牛环境配置
- with_
current_ qiniu_ config_ mut - 在回调函数内获取可写的当前七牛环境配置
Type Aliases§
- Single
Cluster Config - 单集群七牛配置信息
- Single
Cluster Config Builder - 七牛单集群配置信息构建器