azcopy loadazcopy load
与以特定格式传输数据相关的子命令Subcommands related to transferring data in specific formats
摘要Synopsis
与以特定格式传输数据相关的子命令,如 Microsoft 的 Avere Cloud FileSystem (CLFS) 格式。Subcommands related to transferring data in specific formats, such as Microsoft's Avere Cloud FileSystem (CLFS) format.
相关概念性文章Related conceptual articles
- AzCopy 入门Get started with AzCopy
- 使用 AzCopy 和 Blob 存储传输数据Transfer data with AzCopy and Blob storage
- 使用 AzCopy 和文件存储传输数据Transfer data with AzCopy and file storage
- 对 AzCopy 进行配置、优化和故障排除Configure, optimize, and troubleshoot AzCopy
示例Examples
使用 CLFS 格式的 SAS 将整个目录加载到容器:Load an entire directory to a container with a SAS in CLFS format:
azcopy load clfs "/path/to/dir" "https://[account].blob.core.chinacloudapi.cn/[container]?[SAS]" --state-path="/path/to/state/path"
选项Options
选项Option | 说明Description |
---|---|
-h、--help-h, --help | 显示加载命令的帮助内容。Shows help content for the load command. |
从父命令继承的选项Options inherited from parent commands
选项Option | 说明Description |
---|---|
--cap-mbps float--cap-mbps float | 以兆位/秒为单位限制传输速率。Caps the transfer rate, in megabits per second. 瞬间吞吐量可能与上限略有不同。Moment-by-moment throughput might vary slightly from the cap. 如果此选项设置为零,或者省略,则吞吐量不受限制。If this option is set to zero, or it is omitted, the throughput isn't capped. |
--output-type string--output-type string | 命令输出的格式。Format of the command's output. 选项包括:text、json。The choices include: text, json. 默认值为“text”。The default value is "text". |
--trusted-microsoft-suffixes 字符串--trusted-microsoft-suffixes string | 指定可在其中发送 Azure Active Directory 登录令牌的其他域后缀。Specifies additional domain suffixes where Azure Active Directory login tokens may be sent. 默认值为“.core.windows.net;.core.chinacloudapi.cn;.core.cloudapi.de;.core.usgovcloudapi.net” 。The default is '.core.windows.net;.core.chinacloudapi.cn;.core.cloudapi.de;.core.usgovcloudapi.net'. 此处列出的任何内容都会添加到默认值。Any listed here are added to the default. 为安全起见,应只在此处放置 Azure 域。For security, you should only put Azure domains here. 用分号分隔多个条目。Separate multiple entries with semi-colons. |