SujaySarma.Data.Azure.Tables
9.5.0
dotnet add package SujaySarma.Data.Azure.Tables --version 9.5.0
NuGet\Install-Package SujaySarma.Data.Azure.Tables -Version 9.5.0
<PackageReference Include="SujaySarma.Data.Azure.Tables" Version="9.5.0" />
<PackageVersion Include="SujaySarma.Data.Azure.Tables" Version="9.5.0" />
<PackageReference Include="SujaySarma.Data.Azure.Tables" />
paket add SujaySarma.Data.Azure.Tables --version 9.5.0
#r "nuget: SujaySarma.Data.Azure.Tables, 9.5.0"
#:package SujaySarma.Data.Azure.Tables@9.5.0
#addin nuget:?package=SujaySarma.Data.Azure.Tables&version=9.5.0
#tool nuget:?package=SujaySarma.Data.Azure.Tables&version=9.5.0
SujaySarma.Data.Azure.Tables
This is a .NET library for working with Azure Table Storage. It provides a set of classes and interfaces to help you manage and manipulate data in Azure Table Storage efficiently. It is designed to be used as a dependency in other projects that require data management capabilities with Azure Table Storage.
API
This library provides the following public-surface API:
Attributes
Name | Description |
---|---|
Table | An attribute that can be applied to classes to indicate that they represent a table in Azure Table Storage. |
TableColumn | An attribute that can be applied to properties of a class to indicate that they represent a column in Azure Table Storage. |
PartitionKey | An attribute that can be applied to a property of a class to indicate that it represents the partition key for the table. |
RowKey | An attribute that can be applied to a property of a class to indicate that it represents the row key for the table. |
ETag | An attribute that can be applied to a property of a class to indicate that it represents the ETag for the table entity. |
Timestamp | An attribute that can be applied to a property of a class to indicate that it represents the timestamp for the table entity. |
How to use
- Decorate your classes with the
TableAttribute
to indicate that they represent a table in Azure Table Storage. - Decorate the properties or fields in the classes with the
TableColumnAttribute
to indicate that they represent columns in the table. If they represent one of the special columns such as aPartitionKey
,RowKey
,Timestamp
orETag
, decorate them with the appropriate attribute from the Attributes table above. - Use the
AzureTablesContext
class to interact with Azure Table Storage. This class provides methods for performing both DDL and DML operations on the tables and entities, in both synchronous and asynchronous modes.
This library contains other members marked "public" that are only intended for use by a library implementing a data access mechanism. These members are part of the internal implementation and should not be used directly by consumers of the library. They are subject to change without notice and may not be available in future versions of the library. Please see the code and documentation within SujaySarma.Data.* data access implementation libraries.*
Copyright (c) 2025 and beyond, Sujay V. Sarma. All rights reserved.
Licensed under the MIT License. See LICENSE file in the project root for full license information.
Library authored and maintained by: Sujay V. Sarma.
Issues/Feedback/Suggestions/Feature requests: Please create an issue on the GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Azure.Data.Tables (>= 12.11.0)
- SujaySarma.Data.Core (>= 9.5.0)
-
net8.0
- Azure.Data.Tables (>= 12.11.0)
- SujaySarma.Data.Core (>= 9.5.0)
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 |
---|---|---|
9.5.0 | 113 | 6/20/2025 |
9.1.0 | 217 | 6/26/2024 |
8.5.0 | 180 | 12/19/2023 |
8.0.0 | 503 | 1/9/2023 |
7.4.0 | 459 | 9/16/2022 |
7.3.0 | 459 | 9/8/2022 |
7.2.0 | 459 | 9/8/2022 |
7.0.0 | 455 | 8/28/2022 |
6.4.0 | 530 | 8/4/2022 |
6.3.5 | 634 | 3/24/2022 |
6.3.0 | 429 | 9/9/2021 |
6.2.2 | 388 | 8/20/2021 |
6.2.0 | 428 | 8/18/2021 |
6.0.0 | 554 | 8/13/2021 |
5.1.5 | 538 | 6/30/2021 |
5.1.0 | 460 | 5/6/2021 |
5.0.0 | 444 | 5/2/2021 |