Back to skills

azure-data-tables-java

data

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 authent

Setup & Installation

npx skills add https://github.com/microsoft/azure-data-tables-java --skill azure-data-tables-java
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/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

  • Working with azure data tables java functionality
  • Implementing azure data tables java features
  • Debugging azure data tables java related issues