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의 데이터 벡터가 비어 있습니다.