डिवाइस से अटैच किए गए रीसेलर मेटाडेटा के बैच को एसिंक्रोनस रूप से अपडेट करने के लिए, लंबे समय तक चलने वाले ऑपरेशन की स्थिति को ट्रैक करता है. ज़्यादा जानने के लिए, लंबे समय से चल रही बैच कार्रवाइयां पढ़ें.
कार्रवाई की प्रोसेसिंग प्रोग्रेस. इसे 0 से 100 तक की किसी संख्या के तौर पर मापा जाता है. वैल्यू 10O होने का मतलब हमेशा यह नहीं होता कि कार्रवाई पूरी हो गई है—done फ़ील्ड को शामिल करने के लिए जांच करें.
devicesCount
integer
कार्रवाई में मेटाडेटा अपडेट की संख्या. अगर एपीआई कुछ अपडेट को पार्स नहीं कर पाता है, तो यह अनुरोध में मौजूद अपडेट की संख्या से अलग हो सकती है.
[[["समझने में आसान है","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"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],["This document describes the structure for tracking asynchronous batch operations that update device metadata. Key information includes: `processingStatus`, which indicates the operation's state; `progress`, an integer from 0 to 100 representing the completion percentage; and `devicesCount`, the total number of metadata updates attempted. The JSON representation provides a structure with those fields. The operation status should be checked, and the completion of 100 of progress does not guarantee completion.\n"]]