CopyDirectoryOptions.IncludeSnapshots Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a flag indicating whether to include snapshots when copying from Azure blob storage.
public bool IncludeSnapshots { get; set; }
member this.IncludeSnapshots : bool with get, set
Public Property IncludeSnapshots As Boolean
Property Value
Remarks
If this flag is set to true, snapshots of the source blob will be copied to destination as separate files. Given a source blob name in the form of "x.y", where 'x' is the file name without extension and 'y' is the file name extension, the destination file name of blob snapshot is formatted as "x (%snapshot_time_stamp%).y".
Applies to
Azure SDK for .NET