@@ -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