Skip to content

Commit e413b96

Browse files
committed
update readme
1 parent 4650991 commit e413b96

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -189,20 +189,20 @@ Log.Logger = new LoggerConfiguration()
189189

190190
### MongoSinkOptions
191191

192-
| Property | Type | Default | Description |
193-
| -------------------- | ------------------------- | ------------------- | ------------------------------------------- |
194-
| `ConnectionString` | `string` | - | MongoDB connection string |
195-
| `MongoUrl` | `MongoUrl` | - | Alternative to ConnectionString |
196-
| `DatabaseName` | `string` | `"serilog"` | Database name |
197-
| `CollectionName` | `string` | `"logs"` | Collection name |
198-
| `MinimumLevel` | `LogEventLevel` | `Verbose` | Minimum log level to write |
199-
| `ExpireAfter` | `TimeSpan?` | - | TTL for automatic document expiration |
200-
| `BatchSizeLimit` | `int` | `100` | Maximum batch size |
201-
| `BufferingTimeLimit` | `TimeSpan` | `00:00:02` | Maximum time to wait before writing a batch |
202-
| `CollectionOptions` | `CreateCollectionOptions` | - | MongoDB collection creation options |
203-
| `Properties` | `HashSet<string>` | `{"SourceContext"}` | Properties to promote to top-level |
204-
| `DocumentFactory` | `IDocumentFactory` | - | Custom document factory |
205-
| `MongoFactory` | `IMongoFactory` | - | Custom MongoDB factory |
192+
| Property | Default | Description |
193+
| -------------------- | ------------------- | ------------------------------------------- |
194+
| `ConnectionString` | - | MongoDB connection string |
195+
| `MongoUrl` | - | Alternative to ConnectionString |
196+
| `DatabaseName` | `"serilog"` | Database name |
197+
| `CollectionName` | `"logs"` | Collection name |
198+
| `MinimumLevel` | `Verbose` | Minimum log level to write |
199+
| `ExpireAfter` | - | TTL for automatic document expiration |
200+
| `BatchSizeLimit` | `100` | Maximum batch size |
201+
| `BufferingTimeLimit` | `00:00:02` | Maximum time to wait before writing a batch |
202+
| `CollectionOptions` | - | MongoDB collection creation options |
203+
| `Properties` | `{"SourceContext"}` | Properties to promote to top-level |
204+
| `DocumentFactory` | - | Custom document factory |
205+
| `MongoFactory` | - | Custom MongoDB factory |
206206

207207
## Document Structure
208208

0 commit comments

Comments
 (0)