Skip to content

Commit 4082d59

Browse files
committed
A fix
1 parent c962153 commit 4082d59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/blob-inventory.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: normesta
66

77
ms.service: azure-blob-storage
8-
ms.date: 07/24/2023
8+
ms.date: 09/22/2023
99
ms.topic: conceptual
1010
ms.author: normesta
1111
ms.custom: references_regions
@@ -316,10 +316,10 @@ Each inventory rule generates a set of files in the specified inventory destinat
316316

317317
Each inventory run for a rule generates the following files:
318318

319-
- **Inventory file:** An inventory run for a rule generates multiple CSV or Apache Parquet formatted files. Each such file contains matched objects and their metadata.
319+
- **Inventory file:** An inventory run for a rule generates a CSV or Apache Parquet formatted file. Each such file contains matched objects and their metadata.
320320

321321
> [!IMPORTANT]
322-
> Until September 8, 2023, runs can produce a singe inventory file in cases where the matched object count is small. After September 8, 2023, all runs will produce multiple files regardless of the matched object count. To learn more, see [Multiple inventory file output FAQ](storage-blob-faq.yml#multiple-inventory-file-output).
322+
> Starting in October 2023, inventory runs will produce multiple files if the object count is large. To learn more, see [Multiple inventory file output FAQ](storage-blob-faq.yml#multiple-inventory-file-output).
323323
324324
Reports in the Apache Parquet format present dates in the following format: `timestamp_millis [number of milliseconds since 1970-01-01 00:00:00 UTC`]. For a CSV formatted file, the first row is always the schema row. The following image shows an inventory CSV file opened in Microsoft Excel.
325325

0 commit comments

Comments
 (0)