Class AzureDirectoryStream

java.lang.Object
com.azure.storage.blob.nio.AzureDirectoryStream
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Path>, DirectoryStream<Path>

public final class AzureDirectoryStream extends Object implements DirectoryStream<Path>
A type for iterating over the contents of a directory. This type is asynchronously closeable, i.e. closing the stream from any thread will cause the stream to stop returning elements at that point.