Getting a list of containers via stream¶
Getting a list of container IDs in a stream. This method allows you to retrieve the IDs of all containers by making consecutive requests to extract blocks.
Arguments:
- Execution context
- Method arguments, which includes:
- Additional headers (optional)
Result:
- A stream for subtracting container IDs
1 2 3 4 5 6 7 8 9 10 11 12 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
For C#, block retrieval is transparent to the user; the output is an asynchronous enumerator.
1 2 3 4 5 6 7 8 9 10 11 12 |
|