How to get attachment metadata in Corda

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP

How to get attachment metadata in Corda



Documents are stored in Corda using the following API:


proxy.uploadAttachmentWithMetadata(pathname, uploader, filename)



The following API is used to fetch the list of AttachmentId


queryAttachments(Query: AttachmentQueryCriteria, sorting: AttachmentSort?) List<Atta
chmentId>



Is there any way to know metadata such as the uploader and the filename?









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

Executable numpy error

PySpark count values by condition

Mass disable jenkins jobs