CloudDisk_ChangesResult
typedef struct CloudDisk_ChangesResult {...} CloudDisk_ChangesResult
Overview
A struct that encapsulates the file change result under the sync root path. It includes the next change sequence number, end flag, and an array of change data items.
Since: 21
Related module: CloudDisk
Header file: oh_cloud_disk_manager.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint64_t nextUsn{0} | Valid start change sequence number that can be queried next time. |
| bool isEof{false} | Whether the change is the last entry in the sync root path's change history. The value true means it is the last one; the value false means it is not. |
| size_t bufferLength{0} | Number of elements in the change history array. |
| CloudDisk_ChangeData changeDatas[] | Change history array. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apis-file-environment-sys
openharmony 鸿蒙 js-apis-file-fs
openharmony 鸿蒙 capi-clouddisk-clouddisk-pathinfo
openharmony 鸿蒙 capi-clouddisk-clouddisk-syncfolder
openharmony 鸿蒙 js-apis-fileShare
openharmony 鸿蒙 js-apis-file-storage-statistics-sys
openharmony 鸿蒙 js-apis-file-cloudsyncmanager