@@ -272,9 +272,9 @@ The script to run when the WebSocket job starts.
272
272
#### ** BufferSize**
273
273
The buffer size. Defaults to 16kb.
274
274
275
- | Type | Required| Position| PipelineInput|
276
- | ---------| --------| --------| -------------|
277
- | ` [Int32] ` | false | named | false |
275
+ | Type | Required| Position| PipelineInput |
276
+ | ---------| --------| --------| --------------------- |
277
+ | ` [Int32] ` | false | named | true (ByPropertyName) |
278
278
279
279
#### ** Broadcast**
280
280
If provided, will send an object.
@@ -409,16 +409,16 @@ This will only decorate objects converted from JSON.
409
409
#### ** Maximum**
410
410
The maximum number of messages to receive before closing the WebSocket.
411
411
412
- | Type | Required| Position| PipelineInput|
413
- | ---------| --------| --------| -------------|
414
- | ` [Int64] ` | false | named | false |
412
+ | Type | Required| Position| PipelineInput |
413
+ | ---------| --------| --------| --------------------- |
414
+ | ` [Int64] ` | false | named | true (ByPropertyName) |
415
415
416
416
#### ** ThrottleLimit**
417
417
The throttle limit used when creating background jobs.
418
418
419
- | Type | Required| Position| PipelineInput|
420
- | ---------| --------| --------| -------------|
421
- | ` [Int32] ` | false | named | false |
419
+ | Type | Required| Position| PipelineInput |
420
+ | ---------| --------| --------| --------------------- |
421
+ | ` [Int32] ` | false | named | true (ByPropertyName) |
422
422
423
423
#### ** ConnectionTimeout**
424
424
The maximum time to wait for a connection to be established.
0 commit comments