LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

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-20

Capabilities

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

Source

  • Spec: SKILL.md
azure
java
table-storage
cosmos-db
nosql
sdk
Create and delete tables
Create and read entities
Update and upsert entities
Delete table entities
Azure connection string
Shared key credentials
SAS token
Created or deleted tables
Table entities and properties
List of tables