ENUM
TDOCleanupOption
Options used by the cleanupTDO mutation to select which data is deleted.
link GraphQL Schema definition
1 enum TDOCleanupOption { 2 3 #   Indicates that all assets should be deleted from storage, including 4 #   those used to store engine results. Metadata about the assets will remain 5 #   until the container TemporalDataObject is permanently deleted. 6 7 8 #   Indicates that all search index data should be deleted. The TemporalDataObject 9 #   and its assets will no longer be accessible through search. 10 11 12 #   Indicates that engine results stored on related task objects should be deleted. 13 #   Engine results stored as assets will remain until assets are removed 14 #   using the storage option. 15 16 }