Skip to content

Commit ed9f4e1

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: Get-WebSocket improving piping ( Fixes #87 )
1 parent df6708a commit ed9f4e1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/Get-WebSocket.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ The script to run when the WebSocket job starts.
272272
#### **BufferSize**
273273
The 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**
280280
If provided, will send an object.
@@ -409,16 +409,16 @@ This will only decorate objects converted from JSON.
409409
#### **Maximum**
410410
The 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**
417417
The 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**
424424
The maximum time to wait for a connection to be established.

0 commit comments

Comments
 (0)