In the document for the ListFiles endpoint, it is mentioned that one "may filter on the following attributes: name, signature, mimeType, sizeOriginal, chunksTotal, chunksUploaded". What exactly does that mean? I assume it mean that one can use any query method that applies to any of those attributes, am I right?
Will something like Query.cursorAfter work with the ListFiles and ListExecutions endpoints?
cursorAfter takes a document id so that wouldn't work or make sense.
You can filter on those attributes so filter queries are like equal, greater than, less than, etc.
Is it possible to query file by equal to
please create a separate <#1072905050399191082> post with more details instead of posting in an old thread
Recommended threads
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Is there any reason you cant use a manag...
So quick context I would like to host a selfhosted Appwrite instance and I personally prefer to use managed DBs when able and really like to keep my DBs on dedi...
- Transactions from Android Kotlin client ...
I have a database where I want to create transactions directly in my android client. I can create a transaction with `val tx = tablesDb.createTransaction()`, an...