Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
692 stars 237 forks source link

datalake Path Delete does not handle continuation automatically #1539

Closed demoray closed 8 months ago

demoray commented 8 months ago

DeletePath in azure-storage-datalake consumes a NextMarker continuation, and uses it if provided. It would be valuable if this was used as a Stream.