TheByteStuff.AzureTableUtilities
1.0.0
See the version list below for details.
Install-Package TheByteStuff.AzureTableUtilities -Version 1.0.0
dotnet add package TheByteStuff.AzureTableUtilities --version 1.0.0
<PackageReference Include="TheByteStuff.AzureTableUtilities" Version="1.0.0" />
paket add TheByteStuff.AzureTableUtilities --version 1.0.0
#r "nuget: TheByteStuff.AzureTableUtilities, 1.0.0"
// Install TheByteStuff.AzureTableUtilities as a Cake Addin
#addin nuget:?package=TheByteStuff.AzureTableUtilities&version=1.0.0
// Install TheByteStuff.AzureTableUtilities as a Cake Tool
#tool nuget:?package=TheByteStuff.AzureTableUtilities&version=1.0.0
Backup and Restore options for use with Azure Tables. An alternative to tools such as AZCopy.
Backup destination may be to a local file or to Azure storage blob.
Restore location may be from local file or Azure storage blob.
When working with Blob storage, a folder in the format {BlobRootName}--table-{TableName} will be used to store the file or retreive the file under the Blob root specified.
File created will be in the format {TableName}_Backup_{TimeStamp}.
Blob storage and Azure Table storage connection specs may point to different servers to allow for use in production backup scenarios as well as for restoration of development environments.
The Byte Stuff, LLC is not affiliated with Microsoft nor has Microsoft endorsed this project.
Personal and commercial use of this software is free; however, a donation is appreciated if you find the software useful.
Suggestions or donations are both appreciated and welcome can be made by using the "Contact" tab at https://www.thebytestuff.com/Contact?utm_source=nuget&utm_medium=www&utm_campaign=AzureTableBackupRestore
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
-
- Azure.Storage.Blobs (>= 12.2.0)
- Microsoft.Azure.Cosmos (>= 3.6.0)
- Microsoft.Azure.Cosmos.Table (>= 1.0.6)
- Microsoft.Azure.Storage.Blob (>= 11.1.2)
- Microsoft.Azure.Storage.File (>= 11.1.2)
- Microsoft.Extensions.Configuration (>= 3.1.3)
- Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.3)
- Microsoft.Extensions.Configuration.Json (>= 3.1.3)
- Newtonsoft.Json (>= 12.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.4.1-pre | 138 | 7/29/2021 |
5.4.0-pre | 137 | 3/3/2021 |
5.3.0-pre | 223 | 7/28/2020 |
5.0.0-pre | 276 | 6/25/2020 |
4.5.1 | 2,890 | 9/2/2021 |
4.5.0 | 496 | 8/5/2021 |
4.4.1 | 405 | 7/29/2021 |
4.4.0 | 3,639 | 3/2/2021 |
4.3.0 | 801 | 7/28/2020 |
4.2.2 | 361 | 7/16/2020 |
4.2.1 | 326 | 7/7/2020 |
4.2.0 | 291 | 7/7/2020 |
4.1.0 | 302 | 6/30/2020 |
4.0.2 | 300 | 6/25/2020 |
4.0.1 | 347 | 6/25/2020 |
4.0.0 | 323 | 6/25/2020 |
3.0.0 | 400 | 6/23/2020 |
2.1.0 | 328 | 6/16/2020 |
2.0.0 | 318 | 6/11/2020 |
1.0.1 | 334 | 5/14/2020 |
1.0.0 | 329 | 5/12/2020 |
Initial Release.