Back to skills
azure-data-tables-java
officialdata
Java SDK for Azure Table Storage and Cosmos DB Table API.
Setup & Installation
npx skills add https://github.com/microsoft/skills --skill azure-data-tables-java
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-java/skills/azure-data-tables-java
View on GitHubWhat This Skill Does
Java SDK for Azure Table Storage and Cosmos DB Table API. Provides clients for managing tables and entities using key-value NoSQL storage with partition and row key addressing.
The SDK handles authentication variants, OData query construction, and batch transaction semantics natively, which removes significant boilerplate compared to direct REST calls.
When to use it
- Storing product catalog data with partition-based filtering in a Java service
- Running batch transactions to atomically insert or update multiple entities in one partition
- Querying IoT telemetry records by device ID and timestamp using OData filters
- Migrating from Azure Table Storage to Cosmos DB Table API without changing application code
- Building a typed entity model for schemaless user session or configuration data
Similar Skills
minimax-xlsx
Handles Excel and CSV/TSV files through direct XML manipulation rather than library round-trips.
xlsx
Reads, writes, and edits Excel and tabular files (.
meme-rush
Meme Rush tracks meme token launches across Pump.
query-token-info
Queries token data from Binance Web3 APIs across BSC, Base, and Solana.
