UiPath Documentation
activities
latest
false
IT 自动化活动
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

复制 Blob

“复制 Blob”活动将 Blob 复制到 Azure 的存储帐户中的另一个 Blob 容器。

UiPath.Azure.Activities.CopyBlob

描述

将 Blob 复制到同一存储帐户中的另一个 Blob 容器。

项目兼容性

Windows - 旧版 | Windows | 跨平台

配置

常见

  • “显示名称”- 活动的显示名称。

输入

  • DestinationBlobContainer - Specifies the blob container set as destination.
  • DestinationBlobName - Specifies the name of the blob set as destination.
  • SourceBlobContainer - Specifies the source blob container.
  • SourceBlobName - Specifies the name of the source blob that needs to be copied.
  • Timeout - Specifies the amount of time (in seconds) to wait for the activity to run before an error is thrown. The default value is 600 seconds.
  • WaitForCompletion - When selected, waits for the activity to be completed before moving to the next activity. When the option it's not selected, the activity ends immediately after the API call is made. The default value is True.
    备注:

    If the WaitForCompletion parameter is set as True, and the copy operation isn't complete within the timeout limit, an error is thrown.

其他

  • “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。

输出

  • DestinationBlob - Provides details about the destination blob.
  • 描述
  • 项目兼容性
  • 配置
  • 常见
  • 输入
  • 其他
  • 输出

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新