Skip to content

Commit c2c9c7e

Browse files
Edits
1 parent 9f0f77b commit c2c9c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-blobs-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: pauljewell
88

99
ms.service: azure-blob-storage
1010
ms.topic: how-to
11-
ms.date: 02/14/2023
11+
ms.date: 08/16/2023
1212
ms.devlang: csharp
1313
ms.custom: devx-track-csharp, devguide-csharp, devx-track-dotnet
1414
---
@@ -77,7 +77,7 @@ Blob name: FolderA/FolderB/FolderC/blob3.txt
7777
```
7878

7979
> [!NOTE]
80-
> The sample output shown assumes that you have a storage account with a flat namespace. If you've enabled the hierarchical namespace feature on your storage account, directories are not virtual. Instead, they are concrete, independent objects. This means that directories appear in the list as zero-length blobs.</br>For an alternative listing option when working with a hierarchical namespace, see [List directory contents (Azure Data Lake Storage Gen2)](data-lake-storage-directory-file-acl-dotnet.md#list-directory-contents).
80+
> The sample output shown assumes that you have a storage account with a flat namespace. If you've enabled the hierarchical namespace feature for your storage account, directories are not virtual. Instead, they are concrete, independent objects. As a result, directories appear in the list as zero-length blobs.</br>For an alternative listing option when working with a hierarchical namespace, see [List directory contents (Azure Data Lake Storage Gen2)](data-lake-storage-directory-file-acl-dotnet.md#list-directory-contents).
8181
8282
## Use a hierarchical listing
8383

0 commit comments

Comments
 (0)