Product Overview
Feature Description
Product Strengths
Use Cases
Basic Concept
API | Operation Description |
Batch delete directories or files |
try {//Files or folders to delete in batchesval items: List<BatchDeleteItem> = listOf(BatchDeleteItem(//File or directory path"filePath",//whether to permanently deletetrue),BatchDeleteItem("dirPath", false))//return batch operation result//if it is synchronously return: get result content directly from batchResponse.result//If it is asynchronously returned: need to call the Query Task API to obtain the result content (generally poll the query job until the task result is queried)val batchResponse: BatchResponse = smh.batchDelete(items = items)} catch (e: Exception) {e.printStackTrace()}
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan