_id viewOn pipeline
local.system.tenantMigration.oplogView
oplog.rs
[
  {
    "$project": {
      "_id": "$ts",
      "ns": 1,
      "ts": 1,
      "prevOpTime": 1,
      "preImageOpTime": 1,
      "postImageOpTime": 1,
      "applyOpsNs": {
        "$first": "$o.applyOps"
      }
    }
  },
  {
    "$project": {
      "_id": "$ts",
      "ns": 1,
      "ts": 1,
      "prevOpTime": 1,
      "preImageOpTime": 1,
      "postImageOpTime": 1,
      "applyOpsNs": "$applyOpsNs.ns"
    }
  }
]

Rename Collection

local .

Tools

Collection Stats

Documents 1
Total doc size 379 Bytes
Average doc size 379 Bytes
Pre-allocated size 20 KB
Indexes 1
Total index size 20 KB
Padding factor
Extents

Indexes

Name Columns Size Attributes Actions
_id_
_id   ASC
20 KB
 DEL