gpg::SnapshotManager::FetchAllResponse

#include <snapshot_manager.h>

保留所有快照的所有資料與回應狀態。

摘要

公開屬性

data
std::vector< SnapshotMetadata >
一個向量,包含與應用程式相關聯的所有快照中繼資料。
status
可以是 ResponseStatus 中列舉的其中一個值。

公開屬性

資料或曾存取這類資料的人員

std::vector< SnapshotMetadata > gpg::SnapshotManager::FetchAllResponse::data

一個向量,包含與應用程式相關聯的所有快照中繼資料。

資格

ResponseStatus gpg::SnapshotManager::FetchAllResponse::status

可以是 ResponseStatus 中列舉的其中一個值。

如果回應失敗,FetchAllResponse 的資料向量會是空白。