...
Code Block |
---|
{ "performance": { "parallel_writes": { "requested": 4 } } } |
Example
Code Block |
---|
{ "name": "Test Parallel Writes", "kind": "transfer", "transfer": { "audit_level": "trace", "transfer_type": "copy", "performance": { "parallel_writes": { "requested": 4 } }, "source": { "connection": { "id": "{{cloud_connection}}" }, "target": { "path": "/MASTER_TESTS/BASIC TRANSFER TESTS" } }, "destination": { "connection": { "id": "{{cloud_connection}}" }, "target": { "path": "/SAP/LB/Test_ParallelWrites" } } }, "schedule": { "mode": "manual" } } |
...
Code Block |
---|
{ "kind": "transfer", "transfer": { "performance": { "parallel_writes": { "requested": 8 } } } } |