unset_all_links¶
Type of operation: Metadata
Description¶
Drop all outbound links without having to specify the individual labels. Note that links that are later added (for example through terraform observe_link objects) and links that are inbound (related links from other datasets) will not be affected.
Usage¶
unset_all_links
Accelerable¶
unset_all_links is always accelerable if the input is accelerable. A dataset that only uses accelerable verbs can be accelerated, making queries on the dataset respond faster.
Examples¶
set_link "a", acol:@a.col
set_link "b", bcol:@b.col
unset_all_links
Removes all links outbound from the dataset. Neither “a” nor “b” nor any inherited link from the input dataset will be present in the output.