Alibaba Cloud Tablestore binding spec
To setup an Alibaba Cloud Tablestore binding create a component of type . See on how to create and apply a secretstore configuration. See this guide on referencing secrets to retrieve and use the secret with Dapr components.
Warning
The above example uses secrets as plain strings. It is recommended to use a secret store for the secrets as described here.
This component supports output binding with the following operations:
create
:
Note
Note the metadata.primaryKeys
field is mandatory.
To perform a delete object operation, invoke the binding with a POST
method and the following JSON body:
Note
Note the field is mandatory.
Note
Note the metadata.primaryKeys
field is mandatory.
To perform a get object operation, invoke the binding with a POST
method and the following JSON body:
Note
Note the metadata.primaryKeys
field is mandatory.