Skip to content

Commit e554371

Browse files
authored
Merge pull request #79510 from kanshiG/patch-54
2019-June updates
2 parents 5b40cd7 + c6327e0 commit e554371

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/cosmos-db/cassandra-support.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Azure Cosmos DB Cassandra API supports the following CQL data types:
6969
Azure Cosmos DB Cassandra API supports the following CQL functions:
7070

7171
* Token
72+
* Aggregate functions
73+
* min, max, avg, count
7274
* Blob conversion functions
7375
* typeAsBlob(value)
7476
* blobAsType(value)
@@ -83,7 +85,8 @@ Azure Cosmos DB Cassandra API supports the following CQL functions:
8385
* toDate(timestamp)
8486
* toUnixTimestamp(timestamp)
8587
* toTimestamp(date)
86-
* toUnixTimestamp(date)
88+
* toUnixTimestamp(date)
89+
8790

8891

8992
## Cassandra Query Language limits
@@ -149,11 +152,11 @@ foreach (string key in insertResult.Info.IncomingPayload)
149152

150153
## Consistency mapping
151154

152-
Azure Cosmos DB Cassandra API provides choice of consistency for read operations. All write operations, irrespective of the account consistency are always written with write performance SLAs.
155+
Azure Cosmos DB Cassandra API provides choice of consistency for read operations. The consistency mapping is detailed [here[(https://docs.microsoft.com/en-us/azure/cosmos-db/consistency-levels-across-apis#cassandra-mapping).
153156

154157
## Permission and role management
155158

156-
Azure Cosmos DB supports role-based access control (RBAC) and read-write and read-only passwords/keys that can be obtained through the [Azure portal](https://portal.azure.com). Azure Cosmos DB does not yet support users and roles for data plane activities.
159+
Azure Cosmos DB supports role-based access control (RBAC) for provisioning, rotating keys, viewing metrics and read-write and read-only passwords/keys that can be obtained through the [Azure portal](https://portal.azure.com). Azure Cosmos DB does not yet support users and roles for CRUD activities.
157160

158161
## Planned support
159162
* Region name in create keyspace command is ignored at present- Distribution of data is implemented in underlying Cosmos DB platform and exposed via portal or powershell for the account.

0 commit comments

Comments
 (0)