ScopedDeleteCollectionOptions

data class ScopedDeleteCollectionOptions(val mode: String = "vid_file", val scope: String = "all", val dryRun: Boolean = false, val confirm: Boolean = false)

Collection-wide deletion behavior without organization fields.

Constructors

Link copied to clipboard
constructor(mode: String = "vid_file", scope: String = "all", dryRun: Boolean = false, confirm: Boolean = false)

Properties

Link copied to clipboard

explicit deletion confirmation

Link copied to clipboard

whether to preview without mutation

Link copied to clipboard

backend media mode

Link copied to clipboard

backend deletion scope