-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
Copy pathChangeStreamCreateDocument.html
34 lines (34 loc) · 23.9 KB
/
ChangeStreamCreateDocument.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ChangeStreamCreateDocument | mongodb</title><meta name="description" content="Documentation for mongodb"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">mongodb</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">mongodb</a></li><li><a href="ChangeStreamCreateDocument.html">ChangeStreamCreateDocument</a></li></ul><h1>Interface ChangeStreamCreateDocument</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><h4 class="tsd-anchor-link"><a id="See" class="tsd-anchor"></a>See<a href="#See" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="https://www.mongodb.com/docs/manual/reference/change-events/create/#mongodb-data-create" target="_blank" class="external">https://www.mongodb.com/docs/manual/reference/change-events/create/#mongodb-data-create</a></p>
</div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">ChangeStreamCreateDocument</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><a class="tsd-kind-property" href="ChangeStreamCreateDocument.html#_id">_id</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ChangeStreamCreateDocument.html#clusterTime">clusterTime</a><span class="tsd-signature-symbol">?: </span><a href="../classes/BSON.Timestamp.html" class="tsd-signature-type tsd-kind-class">Timestamp</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ChangeStreamCreateDocument.html#collectionUUID">collectionUUID</a><span class="tsd-signature-symbol">: </span><a href="../classes/BSON.Binary.html" class="tsd-signature-type tsd-kind-class">Binary</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ChangeStreamCreateDocument.html#lsid">lsid</a><span class="tsd-signature-symbol">?: </span><a href="../types/ServerSessionId.html" class="tsd-signature-type tsd-kind-type-alias">ServerSessionId</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ChangeStreamCreateDocument.html#nsType">nsType</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"timeseries"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"collection"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"view"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ChangeStreamCreateDocument.html#operationType">operationType</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"create"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ChangeStreamCreateDocument.html#splitEvent">splitEvent</a><span class="tsd-signature-symbol">?: </span><a href="ChangeStreamSplitEvent.html" class="tsd-signature-type tsd-kind-interface">ChangeStreamSplitEvent</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ChangeStreamCreateDocument.html#txnNumber">txnNumber</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#ChangeStreamCreateDocument">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="ChangeStreamDocumentCommon.html" class="tsd-signature-type tsd-kind-interface">ChangeStreamDocumentCommon</a></li><li><a href="ChangeStreamDocumentCollectionUUID.html" class="tsd-signature-type tsd-kind-interface">ChangeStreamDocumentCollectionUUID</a><ul class="tsd-hierarchy"><li><span class="target">ChangeStreamCreateDocument</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v6.15.0/src/change_stream.ts#L417">src/change_stream.ts:417</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="ChangeStreamCreateDocument.html#_id" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_id</span></a>
<a href="ChangeStreamCreateDocument.html#clusterTime" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cluster<wbr/>Time?</span></a>
<a href="ChangeStreamCreateDocument.html#collectionUUID" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>collectionUUID</span></a>
<a href="ChangeStreamCreateDocument.html#lsid" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>lsid?</span></a>
<a href="ChangeStreamCreateDocument.html#nsType" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ns<wbr/>Type?</span></a>
<a href="ChangeStreamCreateDocument.html#operationType" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>operation<wbr/>Type</span></a>
<a href="ChangeStreamCreateDocument.html#splitEvent" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>split<wbr/>Event?</span></a>
<a href="ChangeStreamCreateDocument.html#txnNumber" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>txn<wbr/>Number?</span></a>
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_id</span><a href="#_id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">unknown</span></div><div class="tsd-comment tsd-typography"><p>The id functions as an opaque token for use when resuming an interrupted
change stream.</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="ChangeStreamDocumentCommon.html">ChangeStreamDocumentCommon</a>.<a href="ChangeStreamDocumentCommon.html#_id">_id</a></p><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v6.15.0/src/change_stream.ts#L175">src/change_stream.ts:175</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="clusterTime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>cluster<wbr/>Time</span><a href="#clusterTime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">cluster<wbr/>Time</span><span class="tsd-signature-symbol">?:</span> <a href="../classes/BSON.Timestamp.html" class="tsd-signature-type tsd-kind-class">Timestamp</a></div><div class="tsd-comment tsd-typography"><p>The timestamp from the oplog entry associated with the event.
For events that happened as part of a multi-document transaction, the associated change stream
notifications will have the same clusterTime value, namely the time when the transaction was committed.
On a sharded cluster, events that occur on different shards can have the same clusterTime but be
associated with different transactions or even not be associated with any transaction.
To identify events for a single transaction, you can use the combination of lsid and txnNumber in the change stream event document.</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="ChangeStreamDocumentCommon.html">ChangeStreamDocumentCommon</a>.<a href="ChangeStreamDocumentCommon.html#clusterTime">clusterTime</a></p><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v6.15.0/src/change_stream.ts#L184">src/change_stream.ts:184</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="collectionUUID" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>collectionUUID</span><a href="#collectionUUID" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">collectionUUID</span><span class="tsd-signature-symbol">:</span> <a href="../classes/BSON.Binary.html" class="tsd-signature-type tsd-kind-class">Binary</a></div><div class="tsd-comment tsd-typography"><p>The UUID (Binary subtype 4) of the collection that the operation was performed on.</p>
<p>Only present when the <code>showExpandedEvents</code> flag is enabled.</p>
<p><strong>NOTE:</strong> collectionUUID will be converted to a NodeJS Buffer if the promoteBuffers
flag is enabled.</p>
</div><div class="tsd-comment tsd-typography"><h4 class="tsd-anchor-link"><a id="Since Server Version" class="tsd-anchor"></a>Since Server Version<a href="#Since Server Version" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>6.1.0</p>
</div><aside class="tsd-sources"><p>Inherited from <a href="ChangeStreamDocumentCollectionUUID.html">ChangeStreamDocumentCollectionUUID</a>.<a href="ChangeStreamDocumentCollectionUUID.html#collectionUUID">collectionUUID</a></p><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v6.15.0/src/change_stream.ts#L220">src/change_stream.ts:220</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="lsid" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>lsid</span><a href="#lsid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">lsid</span><span class="tsd-signature-symbol">?:</span> <a href="../types/ServerSessionId.html" class="tsd-signature-type tsd-kind-type-alias">ServerSessionId</a></div><div class="tsd-comment tsd-typography"><p>The identifier for the session associated with the transaction.
Only present if the operation is part of a multi-document transaction.</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="ChangeStreamDocumentCommon.html">ChangeStreamDocumentCommon</a>.<a href="ChangeStreamDocumentCommon.html#lsid">lsid</a></p><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v6.15.0/src/change_stream.ts#L198">src/change_stream.ts:198</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="nsType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>ns<wbr/>Type</span><a href="#nsType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ns<wbr/>Type</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"timeseries"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"collection"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"view"</span></div><div class="tsd-comment tsd-typography"><p>The type of the newly created object.</p>
</div><div class="tsd-comment tsd-typography"><h4 class="tsd-anchor-link"><a id="Since Server Version-1" class="tsd-anchor"></a>Since Server Version<a href="#Since Server Version-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>8.1.0</p>
</div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v6.15.0/src/change_stream.ts#L428">src/change_stream.ts:428</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="operationType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>operation<wbr/>Type</span><a href="#operationType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">operation<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"create"</span></div><div class="tsd-comment tsd-typography"><p>Describes the type of operation represented in this change notification</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v6.15.0/src/change_stream.ts#L421">src/change_stream.ts:421</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="splitEvent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>split<wbr/>Event</span><a href="#splitEvent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">split<wbr/>Event</span><span class="tsd-signature-symbol">?:</span> <a href="ChangeStreamSplitEvent.html" class="tsd-signature-type tsd-kind-interface">ChangeStreamSplitEvent</a></div><div class="tsd-comment tsd-typography"><p>When the change stream's backing aggregation pipeline contains the $changeStreamSplitLargeEvent
stage, events larger than 16MB will be split into multiple events and contain the
following information about which fragment the current event is.</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="ChangeStreamDocumentCommon.html">ChangeStreamDocumentCommon</a>.<a href="ChangeStreamDocumentCommon.html#splitEvent">splitEvent</a></p><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v6.15.0/src/change_stream.ts#L205">src/change_stream.ts:205</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="txnNumber" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>txn<wbr/>Number</span><a href="#txnNumber" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">txn<wbr/>Number</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>The transaction number.
Only present if the operation is part of a multi-document transaction.</p>
<p><strong>NOTE:</strong> txnNumber can be a Long if promoteLongs is set to false</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="ChangeStreamDocumentCommon.html">ChangeStreamDocumentCommon</a>.<a href="ChangeStreamDocumentCommon.html#txnNumber">txnNumber</a></p><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v6.15.0/src/change_stream.ts#L192">src/change_stream.ts:192</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-alpha" name="alpha"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Alpha</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-beta" name="beta"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Beta</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#_id" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_id</span></a><a href="#clusterTime" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cluster<wbr/>Time</span></a><a href="#collectionUUID" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>collectionUUID</span></a><a href="#lsid" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>lsid</span></a><a href="#nsType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ns<wbr/>Type</span></a><a href="#operationType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>operation<wbr/>Type</span></a><a href="#splitEvent" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>split<wbr/>Event</span></a><a href="#txnNumber" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>txn<wbr/>Number</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>mongodb</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>