DevicesLongRunningOperationMetadata
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-08 UTC.
[null,null,["Последнее обновление: 2024-11-08 UTC."],[[["This page describes the JSON representation for tracking the status of a long-running operation to update reseller metadata in batches."],["The `processingStatus` field indicates the current status of the batch operation, utilizing a specific enumerated type."],["The `progress` field shows the completion percentage of the operation, ranging from 0 to 100, but 100% may not indicate that the operation is complete."],["The `devicesCount` field specifies the total number of metadata updates included in the operation, which can differ from the number requested."]]],["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"]]