forked from Azure/azure-storage-net-data-movement
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Microsoft Azure Storage Data Movement Library v0.3.0
- Loading branch information
Showing
179 changed files
with
4,869 additions
and
1,145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Tracking Breaking Changes since 0.2.0 | ||
|
||
- Removed directory downloading/copying interfaces without DownloadOptions/CopyOptions | ||
- Changed the return value for directory transferring interfaces from Task to Task<TransferStatus>. | ||
This will no longer throw an exception if any of the subtransfers fail. | ||
In addition, you can now get the count for transferred files, failed files, and skipped files. | ||
If you'd like to see the detailed reason for a subtransfer failure, please use the FileFailed event in TransferContext. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 14 | ||
VisualStudioVersion = 14.0.25123.0 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AFBDCFD6-5A7C-467E-85E8-EF1860C899C6}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{93CD4A89-45FD-4F41-AF42-8C28764B8B73}" | ||
ProjectSection(SolutionItems) = preProject | ||
global.json = global.json | ||
EndProjectSection | ||
EndProject | ||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DataMovement", "netcore\Microsoft.WindowsAzure.Storage.DataMovement\DataMovement.xproj", "{43F9D67B-160F-4CEA-81D1-671FE917E789}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5FCFE2F3-9199-4CF6-8C7C-5A83AF83AC55}" | ||
EndProject | ||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DMTestLib", "netcore\DMTestLib\DMTestLib.xproj", "{8140456D-26F4-43CE-8D29-00A96AB732CF}" | ||
EndProject | ||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DMLibTest", "netcore\DMLibTest\DMLibTest.xproj", "{008D045A-1E29-4BB6-8D20-F465EB0F6C18}" | ||
EndProject | ||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MsTestLib", "netcore\MsTestLib\MsTestLib.xproj", "{AF47B5FF-B528-4855-AA9F-D3B31169D6A5}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{43F9D67B-160F-4CEA-81D1-671FE917E789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{43F9D67B-160F-4CEA-81D1-671FE917E789}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{43F9D67B-160F-4CEA-81D1-671FE917E789}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{43F9D67B-160F-4CEA-81D1-671FE917E789}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{8140456D-26F4-43CE-8D29-00A96AB732CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{8140456D-26F4-43CE-8D29-00A96AB732CF}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{8140456D-26F4-43CE-8D29-00A96AB732CF}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{8140456D-26F4-43CE-8D29-00A96AB732CF}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{008D045A-1E29-4BB6-8D20-F465EB0F6C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{008D045A-1E29-4BB6-8D20-F465EB0F6C18}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{008D045A-1E29-4BB6-8D20-F465EB0F6C18}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{008D045A-1E29-4BB6-8D20-F465EB0F6C18}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{AF47B5FF-B528-4855-AA9F-D3B31169D6A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{AF47B5FF-B528-4855-AA9F-D3B31169D6A5}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{AF47B5FF-B528-4855-AA9F-D3B31169D6A5}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{AF47B5FF-B528-4855-AA9F-D3B31169D6A5}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{43F9D67B-160F-4CEA-81D1-671FE917E789} = {AFBDCFD6-5A7C-467E-85E8-EF1860C899C6} | ||
{8140456D-26F4-43CE-8D29-00A96AB732CF} = {5FCFE2F3-9199-4CF6-8C7C-5A83AF83AC55} | ||
{008D045A-1E29-4BB6-8D20-F465EB0F6C18} = {5FCFE2F3-9199-4CF6-8C7C-5A83AF83AC55} | ||
{AF47B5FF-B528-4855-AA9F-D3B31169D6A5} = {5FCFE2F3-9199-4CF6-8C7C-5A83AF83AC55} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"projects": [ | ||
"src", | ||
"test", | ||
"wrap" | ||
], | ||
"sdk": { | ||
"version": "1.0.0-preview2-003121", | ||
"runtime": "coreclr", | ||
"architecture": "x64" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
|
||
//------------------------------------------------------------------------------ | ||
// <copyright file="AssemblyInfo.cs" company="Microsoft"> | ||
// Copyright (c) Microsoft Corporation | ||
// </copyright> | ||
//------------------------------------------------------------------------------ | ||
using System; | ||
using System.Reflection; | ||
using System.Resources; | ||
using System.Runtime.InteropServices; | ||
|
||
// General Information about an assembly is controlled through the following | ||
// set of attributes. Change these attribute values to modify the information | ||
// associated with an assembly. | ||
[assembly: AssemblyTitle("Microsoft.WindowsAzure.Storage.DataMovement.dll")] | ||
[assembly: AssemblyDescription("")] | ||
[assembly: AssemblyDescription("")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.