What Cosmos API for JSON documents?
Use the SQL and MongoDB API
What Cosmos API for key-value pairs?
Use the Azure Table API
What Cosmos API for wide-columns?
Use the Cassandra API
What Cosmos API to store data as graphs?
Use the Gremlin API
What type of data is ideal for Azure Table Storage?
structured, non-relational data
In Azure Table Storage, how many properties can an entity have?
252
In Azure Table Storage what are the three system properties?
partition key, row key, timestamp
What is the maxium size of an entity in Azure Table Storage?
1mb
In Cosmos DB, the consitency level of ‘Consistent Prefix’ guarantees that reads never see out-of-order writes. True or False?
True