Skip to main content

Cloud save overridable feature

Last updated on February 12, 2024

Overview

The Cloud Save service provides the flexibility to customize and override basic Cloud Save service validation, allowing you to tailor them to your unique use cases. For example, among others, you can customize the validation to:

  • restrict game record creation or modification privileges to users within the same group
  • restrict users to retrieve the game records data within the specified date range

This guide will walk you through the processes in the Cloud Save service that are available for overrides.

Validation capabilities available for overrides

Game records validator

The processes that support the addition of custom logic to the game records validation are outlined below:

ProcessOverrides
Write game recordEnable the integration of custom logic before creating or updating game record data, ensuring the stored game record data adheres to your specified validation criteria.
Get game recordEnable the integration of custom logic after game record data retrieval, ensuring the game record data returned to the client meets your specified validation criteria.
Bulk read game recordEnable the integration of custom logic after bulk game records data retrieval, ensuring the game records data returned to the client meets your specified validation criteria.

Player records validator

The processes that support the addition of custom logic to the player records validation are outlined below:

ProcessOverrides
Write player recordEnable the integration of custom logic before creating or updating player record data, ensuring the stored player record data adheres to your specified validation criteria.
Get player recordEnable the integration of custom logic after player record data retrieval, ensuring the player record data returned to the client meets your specified validation criteria.
Bulk read player recordEnable the integration of custom logic after bulk player records data retrieval, ensuring the player records data returned to the client meets your specified validation criteria.

Admin game records validator

The process that supports the addition of custom logic to the write admin game records validation are outlined below:.

ProcessOverrides
Write admin game recordEnable the integration of custom logic before creating or updating admin game record data, ensuring the stored admin game record data adheres to your specified validation criteria.

Admin player records validator

The process that supports the addition of custom logic to the write admin player records validation are outlined below:.

ProcessOverrides
Write admin player recordEnable the integration of custom logic before creating or updating admin player record data, ensuring the stored admin player record data adheres to your specified validation criteria.

For more details about the workflow of creating and using a simple custom Cloud Save validator for AGS, refer to this guide: Getting started with Cloud Save validator customization.