AzBobbyTables
3.7.0
A module for handling Azure Table Storage operations by wrapping the Azure Data Tables SDK.
Minimum PowerShell version
7.0
Installation Options
Owners
Copyright
(c) Emanuel Palm. All rights reserved.
Package Details
Author(s)
- Emanuel Palm
Tags
azure storage table cosmos cosmosdb data
Cmdlets
Add-AzDataTableEntity Add-AzDataTableLargeEntity Clear-AzDataTable Get-AzDataTable Get-AzDataTableEntity Get-AzDataTableLargeEntity Get-AzDataTableSupportedEntityType Remove-AzDataTableEntity Remove-AzDataTableLargeEntity Update-AzDataTableEntity New-AzDataTableContext Remove-AzDataTable New-AzDataTable
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## [3.7.0] - 2026-08-10
### Added
- Added `Add-AzDataTableLargeEntity`, `Get-AzDataTableLargeEntity` and `Remove-AzDataTableLargeEntity` for working with entities that exceed Azure Table Storage size limits (64 KiB per string property, 1 MiB per entity):
- `Add-AzDataTableLargeEntity` chunks oversized string properties, splits entities that exceed row limits across multiple rows, and records `PartCount` metadata on each part row.
- `Get-AzDataTableLargeEntity` reassembles multipart entities (even when only some rows match the filter) and raises `IncompleteEntityException` if any rows or split-property chunks are missing.
- `Remove-AzDataTableLargeEntity` removes all rows that belong to a multipart entity.
### Changed
- Added automatic clamping of `Get-AzDataTableEntity -First` page-size hints to Azure Table Storage's maximum of 1000, preventing `400 InvalidInput` for larger values.
FileList
- AzBobbyTables.nuspec
- AzBobbyTables.psd1
- dependencies\Microsoft.VisualStudio.Threading.dll
- dependencies\System.Text.Json.dll
- dependencies\System.ClientModel.dll
- CHANGELOG.md
- dependencies\System.Runtime.CompilerServices.Unsafe.dll
- dependencies\System.Text.Encodings.Web.dll
- dependencies\Azure.Core.dll
- dependencies\System.Security.AccessControl.dll
- dependencies\System.Memory.dll
- dependencies\System.Diagnostics.DiagnosticSource.dll
- LICENSE
- dependencies\AzBobbyTables.Core.dll
- dependencies\Microsoft.Win32.Registry.dll
- dependencies\Microsoft.Bcl.AsyncInterfaces.dll
- AzBobbyTables.PS.dll
- dependencies\System.Buffers.dll
- dependencies\System.Memory.Data.dll
- dependencies\System.Security.Principal.Windows.dll
- dependencies\System.Threading.Tasks.Extensions.dll
- dependencies\System.Numerics.Vectors.dll
- dependencies\Microsoft.VisualStudio.Validation.dll
- en-US\AzBobbyTables.PS.dll-Help.xml
- dependencies\Azure.Data.Tables.dll
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 3.7.0 (current version) | 25 | 8/10/2026 |
| 3.6.1 | 532 | 7/29/2026 |
| 3.6.0 | 878 | 7/1/2026 |
| 3.5.0 | 2,171 | 4/20/2026 |
| 3.4.2 | 622 | 3/30/2026 |
| 3.4.1 | 2,705 | 3/5/2026 |
| 3.4.0 | 20,398 | 7/3/2025 |
| 3.3.2 | 4,210 | 2/26/2025 |
| 3.3.1 | 4,911 | 10/19/2024 |
| 3.3.0 | 15 | 10/18/2024 |
| 3.2.1 | 2,408 | 7/9/2024 |
| 3.2.0 | 3,231 | 3/21/2024 |
| 3.1.3 | 43,645 | 1/20/2024 |
| 3.1.2 | 873 | 1/5/2024 |
| 3.1.1 | 3,014 | 5/3/2023 |
| 3.1.0 | 399 | 3/24/2023 |
| 3.0.0 | 39 | 3/15/2023 |
| 2.4.0 | 9,355 | 12/14/2022 |
| 2.3.2 | 566 | 10/5/2022 |
| 2.3.1 | 58 | 9/30/2022 |
| 2.3.0 | 1,028 | 9/1/2022 |
| 2.2.2 | 48 | 9/1/2022 |
| 2.2.1 | 224 | 7/25/2022 |
| 2.2.0 | 105 | 7/18/2022 |
| 2.1.0 | 86 | 7/14/2022 |
| 2.0.1 | 92 | 7/7/2022 |
| 2.0.0 | 94 | 5/11/2022 |
| 1.0.2 | 263 | 11/22/2021 |
| 1.0.1 | 74 | 11/21/2021 |
| 1.0.0 | 73 | 11/21/2021 |