Microsoft/azure-data-tables-java — Agent Skills | officialskills.sh
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
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-java/skills/azure-data-tables-java
View on GitHub

What 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