TheByteStuff.AzureTableUtilities 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package TheByteStuff.AzureTableUtilities --version 2.0.0
NuGet\Install-Package TheByteStuff.AzureTableUtilities -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TheByteStuff.AzureTableUtilities" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TheByteStuff.AzureTableUtilities --version 2.0.0
#r "nuget: TheByteStuff.AzureTableUtilities, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TheByteStuff.AzureTableUtilities as a Cake Addin
#addin nuget:?package=TheByteStuff.AzureTableUtilities&version=2.0.0

// Install TheByteStuff.AzureTableUtilities as a Cake Tool
#tool nuget:?package=TheByteStuff.AzureTableUtilities&version=2.0.0

Backup, Copy 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.  File may be optionally compressed (zipped).
     Copy allows for the same or different connection spec for Source and Destination.
     Restore location may be from local file or Azure storage blob.
     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.

     Restore/Copy will create the table if it does not exist, however data on an existing table will not be deleted. It may be overwritten depending on the source data.

     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}.

     Backup and Copy operations allow for an optional list of filters (Filter) to be provided to select a subset of the source data for the transation.

     Refer to project url for code snippets and additional information.

     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.

     Code for a command line executable along with sample Docker build is available on GitHub -- https://github.com/TheByteStuff/AzureTableBackupRestore

     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=AzureTableUtilities

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
6.0.0 3,350 6/25/2023
5.6.2-pre 522 8/18/2022
5.6.1-pre 436 6/24/2022
5.4.1-pre 574 7/29/2021
5.4.0-pre 620 3/3/2021
5.3.0-pre 668 7/28/2020
5.0.0-pre 739 6/25/2020
4.6.3 3,216 1/12/2023
4.6.2 3,603 8/18/2022
4.6.1 1,854 6/23/2022
4.5.1 4,556 9/2/2021
4.5.0 2,012 8/5/2021
4.4.1 995 7/29/2021
4.4.0 5,272 3/2/2021
4.3.0 1,448 7/28/2020
4.2.2 1,001 7/16/2020
4.2.1 895 7/7/2020
4.2.0 907 7/7/2020
4.1.0 907 6/30/2020
4.0.2 931 6/25/2020
4.0.1 1,000 6/25/2020
4.0.0 887 6/25/2020
3.0.0 977 6/23/2020
2.1.0 943 6/16/2020
2.0.0 914 6/11/2020
1.0.1 908 5/14/2020
1.0.0 950 5/12/2020

Initial Release.