@@ -272,9 +272,9 @@ The script to run when the WebSocket job starts.
272272#### ** BufferSize**
273273The buffer size. Defaults to 16kb.
274274
275- | Type | Required| Position| PipelineInput|
276- | ---------| --------| --------| -------------|
277- | ` [Int32] ` | false | named | false |
275+ | Type | Required| Position| PipelineInput |
276+ | ---------| --------| --------| --------------------- |
277+ | ` [Int32] ` | false | named | true (ByPropertyName) |
278278
279279#### ** Broadcast**
280280If provided, will send an object.
@@ -409,16 +409,16 @@ This will only decorate objects converted from JSON.
409409#### ** Maximum**
410410The maximum number of messages to receive before closing the WebSocket.
411411
412- | Type | Required| Position| PipelineInput|
413- | ---------| --------| --------| -------------|
414- | ` [Int64] ` | false | named | false |
412+ | Type | Required| Position| PipelineInput |
413+ | ---------| --------| --------| --------------------- |
414+ | ` [Int64] ` | false | named | true (ByPropertyName) |
415415
416416#### ** ThrottleLimit**
417417The throttle limit used when creating background jobs.
418418
419- | Type | Required| Position| PipelineInput|
420- | ---------| --------| --------| -------------|
421- | ` [Int32] ` | false | named | false |
419+ | Type | Required| Position| PipelineInput |
420+ | ---------| --------| --------| --------------------- |
421+ | ` [Int32] ` | false | named | true (ByPropertyName) |
422422
423423#### ** ConnectionTimeout**
424424The maximum time to wait for a connection to be established.
0 commit comments