Skip to content

Commit cf08a68

Browse files
committed
Updated README
Described new sink option AutoCreateSqlDatabase.
1 parent 51b0270 commit cf08a68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ Basic settings of the sink are configured using the properties in a `MSSqlServer
239239

240240
* `TableName`
241241
* `SchemaName`
242+
* `AutoCreateSqlDatabase`
242243
* `AutoCreateSqlTable`
243244
* `EnlistInTransaction`
244245
* `BatchPostingLimit`
@@ -254,6 +255,10 @@ A required parameter specifying the name of the table used to write the log even
254255

255256
An optional parameter specifiying the database schema where the log events table is located. It defaults to `"dbo"`.
256257

258+
### AutoCreateSqlDatabase
259+
260+
A flag specifiying if the log events database should be created if it does not exist. It defaults to `false`. If this is set to `true` the property `AutoCreateSqlTable` should also be set to `true`.
261+
257262
### AutoCreateSqlTable
258263

259264
A flag specifiying if the log events table should be created if it does not exist. It defaults to `false`.

0 commit comments

Comments
 (0)