You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/databases-containers-items.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ An Azure Cosmos container has a set of system-defined properties. Depending on w
78
78
79
79
| System-defined property | System-generated or user-configurable | Purpose | SQL API | Cassandra API | Azure Cosmos DB API for MongoDB | Gremlin API | Table API |
80
80
| --- | --- | --- | --- | --- | --- | --- | --- |
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 |
82
82
|\_etag | System-generated | Entity tag used for optimistic concurrency control | Yes | No | No | No | No |
83
83
|\_ts | System-generated | Last updated timestamp of the container | Yes | No | No | No | No |
84
84
|\_self | System-generated | Addressable URI of the container | Yes | No | No | No | No |
0 commit comments