gpg:: SnapshotManager:: FetchAllResponse
#include <snapshot_manager.h>
包含所有快照的所有数据以及响应状态。
摘要
公共属性 |
|
---|---|
data
|
std::vector< SnapshotMetadata >
一个矢量,其中包含与应用关联的所有快照的元数据。
|
status
|
可以是 ResponseStatus 中列出的值之一。
|
公共属性
数据
std::vector< SnapshotMetadata > gpg::SnapshotManager::FetchAllResponse::data
一个矢量,其中包含与应用关联的所有快照的元数据。
status
ResponseStatus gpg::SnapshotManager::FetchAllResponse::status
可以是 ResponseStatus 中列出的值之一。
如果响应失败,FetchAllResponse
的数据矢量为空。