Interface ChangeStreamDocumentCollectionUUID

interface ChangeStreamDocumentCollectionUUID {
    collectionUUID: Binary;
}

Hierarchy (view full)

Properties

Properties

collectionUUID: Binary

The UUID (Binary subtype 4) of the collection that the operation was performed on.

Only present when the showExpandedEvents flag is enabled.

NOTE: collectionUUID will be converted to a NodeJS Buffer if the promoteBuffers flag is enabled.

6.1.0