We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3b77f commit 35ae99fCopy full SHA for 35ae99f
sdk/storage/Azure.Storage.DataMovement.Blobs/src/BlobStorageResourceContainer.cs
@@ -170,6 +170,7 @@ protected override async IAsyncEnumerable<StorageResource> GetStorageResourcesAs
170
int childCount = 0;
171
await foreach (BlobHierarchyItem blobHierarchyItem in BlobContainerClient.GetBlobsByHierarchyAsync(
172
traits: BlobTraits.Metadata,
173
+ states: BlobStates.None,
174
prefix: currentPath,
175
delimiter: Constants.PathBackSlashDelimiter,
176
cancellationToken: cancellationToken).ConfigureAwait(false))
0 commit comments