azure-data-tables-java Skill
Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale. Published by microsoft in skills.
What is azure-data-tables-java Skill?
Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use azure-data-tables-java Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-java/skills/azure-data-tables-java/SKILL.md
What it does
Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.
Skill instructions
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. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-data-tables</artifactId <version12.6.0-beta.1</version </dependency Client Creation With Connection String java import com.azure.data.tables.TableServiceClient; import com.azure.data.tables.TableServiceClientBuilder; import com.azure.data.tables.TableClient; TableServiceClient serviceClient = new TableServiceClientBuilder() .connectionString("<your-connection-string") .buildClient(); With Shared Key java import com.azure.core.credential.AzureNamedKeyCredential; AzureNamedKeyCredential credential = new AzureNamedKeyCredential( "<account-name", "<account-key"); TableServiceClient serviceClient = new TableServiceClientBuilder() .endpoint("<your-table-account-url") .credential(credential) .buildClient(); With SAS Token java TableServiceClient serviceClient = new T
Explore related resources
Frequently asked questions
What is azure-data-tables-java?
azure-data-tables-java is a open-source AI agent skill with Copy skill directory. Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data.
Who is azure-data-tables-java best for?
azure-data-tables-java is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install azure-data-tables-java?
Install or run azure-data-tables-java using Copy skill directory. Check azure-data-tables-java for the latest setup command.
Is azure-data-tables-java actively maintained?
azure-data-tables-java may need a closer maintenance check before production use.
Auto-fetched from GitHub.