Container table format

Vineet S 950 Reputation points
2024-09-21T21:16:46.0166667+00:00

Hi In azure cosmos db what is the table format in container table .. Is it in JSON format or something else

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,643 questions
{count} votes

Accepted answer
  1. Marcin Policht 24,630 Reputation points MVP
    2024-09-22T00:00:31.5966667+00:00

    As per https://learn.microsoft.com/en-us/azure/cosmos-db/choose-api#table-api

    The Azure Cosmos DB API for Table stores data in key/value format.

    Note that there are some differences though when compared with Azure Table Storage - for details, refer to https://learn.microsoft.com/en-us/azure/cosmos-db/table/faq#where-is-api-for-table-not-identical-with-azure-table-storage-behavior-


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.