azure-data-tables-java - Build table storage apps with Azure Tables SDK for Java.
Build table storage applications using the Azure Tables SDK for Java. Works with both Azure Table Storage and Cosmos DB Table API.
Tags
Updated: 2026-09-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Create and delete tables
- Create and read entities
- Update and upsert entities
- Delete table entities
- List and query entities
- Submit batch transactions
- Filter entities using OData
- Handle TableServiceException errors
Inputs
- Azure connection string
- Shared key credentials
- SAS token
- Azure identity credentials
- Table name
- Partition key and row key
- Entity properties
- OData filter options
Outputs
- Created or deleted tables
- Table entities and properties
- List of tables
- Status codes and error messages
Requirements
- Java Development Kit
- com.azure:azure-data-tables Maven dependency
- Azure Table Storage or Cosmos DB Table API account
- Configured environment variables for connection or endpoint
