Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Delete Private Data Collection Key #25

@thebubbleindex

Description

@thebubbleindex

Hi, I am encountering an issue in using the private data collection functionality. I realize this is a newer feature, however, I am wondering if all the functionality is implemented? Can private data collection entries be deleted in the fabric-mock-stub package? In particular, I am able to use the putPrivateData and getPrivateData functions, but the deletePrivateData does not seem to delete the key from the collection. I tried:

  1. putPrivateData -> key="1234", value="5678" - success
  2. deletePrivateData -> key="1234" - success
  3. queryPrivateData -> key="1234" - success

However the final query is returning the "5678" value. But it is supposed to fail. Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions