web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Querying

JordiMontana Profile Picture JordiMontana 326
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.

Comments

*This post is locked for comments