...
Code Block | ||
---|---|---|
| ||
def delete(self, condition=None)->MutationResult: """ Delete entities by primary keys. Example: client.delete("_id in [1,10,100]") :param condition: an expression indicates whether an entity should be deleted :type condition: str """ |
Design Details
Proxy maintains 2 kinds of pulsar channels for each collection:
...