[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-29 (世界標準時間)。"],[[["This document describes the structure for tracking the status of long-running operations related to claiming, unclaiming, or attaching metadata to devices."],["The `successCount` field provides a summary of the number of items successfully processed within the operation."],["The `perDeviceStatus` field contains a list of `OperationPerDevice` objects, which detail the processing status for each individual device in the operation."],["Each `OperationPerDevice` includes a `result` field that uses the `PerDeviceStatusInBatch` to define the outcome of each device's operation."],["`PerDeviceStatusInBatch` includes fields like `status`, `deviceId`, `errorMessage`, and `errorIdentifier` that will detail if an operation was successful, and if not, to give a description of the failure."]]],["The provided content outlines the structure for tracking device operations, such as claiming, unclaiming, or updating metadata. Key information includes `successCount`, which reflects the number of successfully processed items. `OperationPerDevice` details individual device tasks with their corresponding request types (`claim`, `unclaim`, or `updateMetadata`). `PerDeviceStatusInBatch` captures each device's processing status, including `status`, `deviceId` (if successful), and `errorMessage` and `errorIdentifier` (if failed).\n"]]