Delete removes data from the database based on the provided tuple and attribute filters for a specified tenant. Returns an encoded snapshot token representing the state of the database after the delete operation and any error encountered.
(ctx context.Context, tenantID string, tupleFilter *base.TupleFilter, attributeFilter *base.AttributeFilter)
| 81 | // Delete removes data from the database based on the provided tuple and attribute filters for a specified tenant. |
| 82 | // Returns an encoded snapshot token representing the state of the database after the delete operation and any error encountered. |
| 83 | Delete(ctx context.Context, tenantID string, tupleFilter *base.TupleFilter, attributeFilter *base.AttributeFilter) (token token.EncodedSnapToken, err error) |
| 84 | |
| 85 | // RunBundle executes a specified data bundle for a given tenant. |
| 86 | // Returns an encoded snapshot token representing the state of the database after running the bundle and any error encountered. |
no outgoing calls
no test coverage detected