Querying
Views (1)
How to query existing files Once we have some files in the In-Memory database, via either uploading them or intiializing them, it might be useful to search / query existing files (for example, to construct assertions that a given file was uploaded or updated or deleted).
You need to know that there are several methods we can use.
Please check them below.
GetFileById If you know the unique identifier of the file (this Id is stored in the column property and also returned in the CommitFileBlocksRequest), then you can retrieve it directly with this method.
This was originally posted here.

Like
Report
*This post is locked for comments