Skip to content

Commit b2f523a

Browse files
committed
Updating system defined property
1 parent 2c824f1 commit b2f523a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/databases-containers-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ An Azure Cosmos container has a set of system-defined properties. Depending on w
7878

7979
| System-defined property | System-generated or user-configurable | Purpose | SQL API | Cassandra API | Azure Cosmos DB API for MongoDB | Gremlin API | Table API |
8080
| --- | --- | --- | --- | --- | --- | --- | --- |
81-
|\_id | System-generated | Unique identifier of container | Yes | No | No | No | No |
81+
|\_rid | System-generated | Unique identifier of container | Yes | No | No | No | No |
8282
|\_etag | System-generated | Entity tag used for optimistic concurrency control | Yes | No | No | No | No |
8383
|\_ts | System-generated | Last updated timestamp of the container | Yes | No | No | No | No |
8484
|\_self | System-generated | Addressable URI of the container | Yes | No | No | No | No |

0 commit comments

Comments
 (0)