Skip to content

Commit cac34ca

Browse files
author
Chris Cho
authored
Fix indentation (#81)
Fix build error by dedenting bulleted list
1 parent f9ac6b8 commit cac34ca

File tree

1 file changed

+9
-9
lines changed
  • source/source-connector/configuration-properties

1 file changed

+9
-9
lines changed

source/source-connector/configuration-properties/startup.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Settings
7070

7171
| **Default**:``latest``
7272
| **Accepted Values**: ``latest``, ``timestamp``, ``copy_existing``
73-
73+
7474
* - | **startup.mode.timestamp.start.at.operation.time**
7575
- | **Type:** string
7676
|
@@ -80,13 +80,13 @@ Settings
8080
Change Stream parameters, see the :rapid:`Server manual entry </reference/operator/aggregation/changeStream/>`.
8181
| **Default**: ``""``
8282
| **Accepted Values**:
83-
84-
- An integer number of seconds since the
85-
Epoch in decimal format (for example, ``30``)
86-
- An instant in the ISO-8601 format with one second precision (for example,
87-
``1970-01-01T00:00:30Z``)
88-
- A BSON Timestamp in the canonical extended JSON (v2) format
89-
(for example, ``{"$timestamp": {"t": 30, "i": 0}}``)
83+
84+
- An integer number of seconds since the
85+
Epoch in decimal format (for example, ``30``)
86+
- An instant in the ISO-8601 format with one second precision (for example,
87+
``1970-01-01T00:00:30Z``)
88+
- A BSON Timestamp in the canonical extended JSON (v2) format
89+
(for example, ``{"$timestamp": {"t": 30, "i": 0}}``)
9090

9191
* - | **startup.mode.copy.existing.namespace.regex**
9292
- | **Type:** string
@@ -160,4 +160,4 @@ Settings
160160
| **Default**: ``true``
161161
| **Accepted Values**: ``true`` or ``false``
162162

163-
.. _source-configuration-startup-table-end:
163+
.. _source-configuration-startup-table-end:

0 commit comments

Comments
 (0)