Skip to content

Commit 6df64c1

Browse files
authored
Merge pull request #10355 from MicrosoftDocs/ishanpakuwal-UpdatingFileStorageDescription
Updating asynchronous-service.md File Storage Description
2 parents cdaac4b + fae3329 commit 6df64c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/asynchronous-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ Here's what to look for in the results:
589589

590590
### Queries for file storage
591591

592-
When the [Data column](reference/entities/asyncoperation.md#BKMK_Data) of the `AsyncOperation` table is larger than 4 MB, the data in that column is saved in file storage. The [DataBlobId column](reference/entities/asyncoperation.md#BKMK_DataBlobId) has a value when the row uses file storage. To save space, you might want to identify and delete these records. Use the following queries to discover these records
592+
Depending on the size of the [Data column](reference/entities/asyncoperation.md#BKMK_Data) of the `AsyncOperation` table, the data in that column may be saved in file storage. The [DataBlobId column](reference/entities/asyncoperation.md#BKMK_DataBlobId) has a value when the row uses file storage. To save space, you might want to identify and delete these records. Use the following queries to discover these records
593593

594594
#### AsyncOperation file storage datablobid count
595595

0 commit comments

Comments
 (0)