Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NStorageObjectWrite Struct Reference

The object to store. More...

#include <NStorageObjectWrite.h>

Public Attributes

std::string collection
 The collection which stores the object. More...
 
std::string key
 The key of the object within the collection. More...
 
std::string value
 The value of the object. Must be JSON. More...
 
std::string version
 The version hash of the object to check. Possible values are: ["", "*", "#hash#"]. More...
 
opt::optional< NStoragePermissionReadpermissionRead
 The read access permissions for the object. More...
 
opt::optional< NStoragePermissionWritepermissionWrite
 The write access permissions for the object. More...
 

Detailed Description

The object to store.

Member Data Documentation

◆ collection

std::string NStorageObjectWrite::collection

The collection which stores the object.

◆ key

std::string NStorageObjectWrite::key

The key of the object within the collection.

◆ permissionRead

opt::optional<NStoragePermissionRead> NStorageObjectWrite::permissionRead

The read access permissions for the object.

◆ permissionWrite

opt::optional<NStoragePermissionWrite> NStorageObjectWrite::permissionWrite

The write access permissions for the object.

◆ value

std::string NStorageObjectWrite::value

The value of the object. Must be JSON.

◆ version

std::string NStorageObjectWrite::version

The version hash of the object to check. Possible values are: ["", "*", "#hash#"].


The documentation for this struct was generated from the following file: