Stay organized with collections
Save and categorize content based on your preferences.
gpg::SnapshotManager::MaxSizeResponse
#include <snapshot_manager.h>
Holds max size for snapshot data and for snapshot cover image.
Summary
Public attributes
|
maxCoverImageSize
|
size_t
The maximum data size per snapshot cover image in bytes.
|
maxDataSize
|
size_t
The maximum data size per snapshot in bytes.
|
status
|
|
Public attributes
maxCoverImageSize
size_t gpg::SnapshotManager::MaxSizeResponse::maxCoverImageSize
The maximum data size per snapshot cover image in bytes.
Guaranteed to be at least 800 KB. May increase in the future.
maxDataSize
size_t gpg::SnapshotManager::MaxSizeResponse::maxDataSize
The maximum data size per snapshot in bytes.
Guaranteed to be at least 3 MB. May increase in the future.
status
ResponseStatus gpg::SnapshotManager::MaxSizeResponse::status
Can be one of the values enumerated in ResponseStatus.
If the response is unsuccessful, maxDataSize
and maxCoverImageSize
are equal to zero.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 UTC."],[],[],null,["# gpg::SnapshotManager::MaxSizeResponse Struct Reference\n\ngpg::SnapshotManager::MaxSizeResponse\n=====================================\n\n`#include \u003csnapshot_manager.h\u003e`\n\nHolds max size for snapshot data and for snapshot cover image.\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [maxCoverImageSize](#structgpg_1_1_snapshot_manager_1_1_max_size_response_1aaaebdbcf0f9d57650c6c34b204843ae6) | `size_t` The maximum data size per snapshot cover image in bytes. |\n| [maxDataSize](#structgpg_1_1_snapshot_manager_1_1_max_size_response_1abc5af17ffedbcbd11293c9ab7e8513c0) | `size_t` The maximum data size per snapshot in bytes. |\n| [status](#structgpg_1_1_snapshot_manager_1_1_max_size_response_1ae9b3665fcb7ff8017e48f01344191d7f) | [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d) Can be one of the values enumerated in [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d). |\n\nPublic attributes\n-----------------\n\n### maxCoverImageSize\n\n```c++\nsize_t gpg::SnapshotManager::MaxSizeResponse::maxCoverImageSize\n``` \nThe maximum data size per snapshot cover image in bytes.\n\nGuaranteed to be at least 800 KB. May increase in the future. \n\n### maxDataSize\n\n```c++\nsize_t gpg::SnapshotManager::MaxSizeResponse::maxDataSize\n``` \nThe maximum data size per snapshot in bytes.\n\nGuaranteed to be at least 3 MB. May increase in the future. \n\n### status\n\n```c++\nResponseStatus gpg::SnapshotManager::MaxSizeResponse::status\n``` \nCan be one of the values enumerated in [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d).\n\nIf the response is unsuccessful, `maxDataSize` and `maxCoverImageSize` are equal to zero."]]