You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Hi,
I have another question. There's an upcoming feature allowing to delete all documents within a single logical partition (afaik also still in preview). Should be surfaced as DeleteAllItemsByPartitionKeyStreamAsync in the SDK if I'm not mistaken. I was unable to test this, most likely due to the documented limitation of partition key having to be specified in the query. But in theory, are these two features designed to eventually work together? Can I specify only the first part of the multi-level hierarchical partition key and have wiped all the sub-partitions?
Hi,
I have another question. There's an upcoming feature allowing to delete all documents within a single logical partition (afaik also still in preview). Should be surfaced as DeleteAllItemsByPartitionKeyStreamAsync in the SDK if I'm not mistaken. I was unable to test this, most likely due to the documented limitation of partition key having to be specified in the query. But in theory, are these two features designed to eventually work together? Can I specify only the first part of the multi-level hierarchical partition key and have wiped all the sub-partitions?
Edit: fixed the first link.