你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CopyDirectoryOptions.IncludeSnapshots 属性

定义

获取或设置一个标志,该标志指示从 Azure Blob 存储复制时是否包括快照。

public bool IncludeSnapshots { get; set; }
member this.IncludeSnapshots : bool with get, set
Public Property IncludeSnapshots As Boolean

属性值

注解

如果此标志设置为 true,则源 Blob 的快照将作为单独的文件复制到目标。 给定“x.y”格式的源 Blob 名称,其中“x”是没有扩展名的文件名,而“y”是文件扩展名,blob 快照的目标文件名的格式为“x (%snapshot_time_stamp%) .y”。

适用于