TheByteStuff.AzureTableUtilities by The Byte Stuff, LLC

<PackageReference Include="TheByteStuff.AzureTableUtilities" Version="4.6.2" />

 TheByteStuff.AzureTableUtilities 4.6.2

Backup, Copy, Delete 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. Delete allows for full table deletion as well as for rows. 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, Copy and Delete 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&amp;utm_medium=www&amp;utm_campaign=AzureTableUtilities v5.0.0-pre - beta including Cosmos Table 2.0.0 Preview v4.6.2 - Updated to Azure.Storage.Blobs v12.13.0 per security vulnerability concern. v4.6.1 - Updated to Newtonsoft.Json v13.0.1 per security vulnerability concern. v4.5.1 - Added check to confirm directory exists for Backup to File or Blob as well as Restore from Blob. A ParameterSpecException if the directory does not exist v4.5.0 - Added "All" option to Copy and Backup to process all tables under a storage connection at once. v4.4.1 - Updated backup to blob logic to increase stream write size as a fix to overflow exceptions for large tables. v4.4.0 - Added additional methods for backup/restore to use Blob storage directly and eliminate the need for a local working directory. v4.3.0 - Added additional parameter validation, code cleanup for initial github publish v4.2.2 - Corrected problem with filters on backup to blob v4.2.1 - Corrected Nuspec to show .Net Standard in docs v4.2.0 - Change target framework from .Net Core 2.0 to .Net Standard 2.0 v4.1.0 - Added RowKey option to Filters, update Microsoft.Azure.Cosmos version to 3.10.1 v4.0.2 - updated Nuspec to minimum dependent versions v4.0.1 - updated Nuspec to minimum dependent versions v4.0 - Updated package dependencies to latest released versions, removed Microsoft.Extensions.Configuration; Microsoft.Extensions.Configuration.Json; Microsoft.Extensions.Configuration.FileExtensions as they are not needed by base libraries v3.0 - added delete table option, refactored base exception to be AzureTableUtilitiesException, updated class/method documentation v2.1 - added Filter constructor, corrected return message on successful copy. v2.0 - added "Copy" option as well as Filters. v1.0 - Initial release.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>TheByteStuff.AzureTableUtilities</id>
    <version>4.6.2</version>
    <authors>The Byte Stuff, LLC</authors>
    <owners>The Byte Stuff, LLC</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://github.com/TheByteStuff/AzureTableUtilities/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://www.thebytestuff.com/azure-tables-backup-documentation?utm_source=nuget&amp;amp;utm_medium=www&amp;amp;utm_campaign=AzureTableUtilities</projectUrl>
    <iconUrl>https://github.com/TheByteStuff/AzureTableUtilities/blob/master/src/AzureTableUtilities/CardFront_Clip.png</iconUrl>
    <description>Backup, Copy, Delete 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.

Delete allows for full table deletion as well as for rows.

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, Copy and Delete 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&amp;amp;utm_medium=www&amp;amp;utm_campaign=AzureTableUtilities

v5.0.0-pre - beta including Cosmos Table 2.0.0 Preview
v4.6.2 - Updated to Azure.Storage.Blobs v12.13.0 per security vulnerability concern.
v4.6.1 - Updated to Newtonsoft.Json v13.0.1 per security vulnerability concern.
v4.5.1 - Added check to confirm directory exists for Backup to File or Blob as well as Restore from Blob.  A ParameterSpecException if the directory does not exist
v4.5.0 - Added "All" option to Copy and Backup to process all tables under a storage connection at once.
v4.4.1 - Updated backup to blob logic to increase stream write size as a fix to overflow exceptions for large tables.
v4.4.0 - Added additional methods for backup/restore to use Blob storage directly and eliminate the need for a local working directory.
v4.3.0 - Added additional parameter validation, code cleanup for initial github publish
v4.2.2 - Corrected problem with filters on backup to blob
v4.2.1 - Corrected Nuspec to show .Net Standard in docs
v4.2.0 - Change target framework from .Net Core 2.0 to .Net Standard 2.0
v4.1.0 - Added RowKey option to Filters, update Microsoft.Azure.Cosmos version to 3.10.1
v4.0.2 - updated Nuspec to minimum dependent versions
v4.0.1 - updated Nuspec to minimum dependent versions
v4.0 - Updated package dependencies to latest released versions, removed Microsoft.Extensions.Configuration; Microsoft.Extensions.Configuration.Json; Microsoft.Extensions.Configuration.FileExtensions as they are not needed by base libraries
v3.0 - added delete table option, refactored base exception to be AzureTableUtilitiesException, updated class/method documentation
v2.1 - added Filter constructor, corrected return message on successful copy.
v2.0 - added "Copy" option as well as Filters.
v1.0 - Initial release.</description>
    <releaseNotes>Updated to Azure.Storage.Blobs v12.13.0 per security vulnerability concern.</releaseNotes>
    <copyright>2020 -2022</copyright>
    <tags>AzureTables AZCopy Backup Copy Delete Restore</tags>
    <repository type="git" url="https://github.com/TheByteStuff/AzureTableUtilities" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Azure.Storage.Blobs" version="12.13.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Azure.Cosmos" version="3.11.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Azure.Cosmos.Table" version="1.0.7" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Azure.Storage.Blob" version="11.1.7" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Azure.Storage.File" version="11.1.7" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>