openharmony 鸿蒙 capi-clouddisk-clouddisk-changesresult

2026-08-25 浏览 (2)

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

NameDescription
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 鸿蒙 capi-fileio

openharmony 鸿蒙 js-apis-file-storage-statistics-sys

openharmony 鸿蒙 js-apis-file-cloudsyncmanager

openharmony 鸿蒙 js-apis-file-environment

openharmony 鸿蒙 js-apis-file-trash-sys

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/869Mep0P