Replies: 2 comments 1 reply
@robkallen I do plan to support collections soon in the next release. It wasn't include in the first one to prioritize getting it out the door. ProjectionExpressions in collection queries and scans coming soon 👍 |
1 reply
|
@robkallen as a small update a change coming in the next week or so will lay the groundwork for this. I also plan on adding a "hide" array which will act as a narrowing property list (the opposite of "attributes") |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@tywalch first of all, great work on this project. I noticed you recently added support for ProjectionExpression attributes for
getandqueryoperations, however this does not appear to be supported when using Service collections. Is this by design, or are you planning to add support for this in the future? Thanks!All reactions