Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.StorageObjectId Class Reference

An identifier for a storage object. More...

Inheritance diagram for Nakama.StorageObjectId:
Nakama.IApiReadStorageObjectId Nakama.IApiDeleteStorageObjectId

Public Member Functions

override string ToString ()
 

Properties

string Collection [get, set]
 The collection which stores the object.
 
string Key [get, set]
 The key of the object within the collection.
 
string Version [get, set]
 The version hash of the object.
 
string UserId [get, set]
 The user owner of the object.
 
- Properties inherited from Nakama.IApiReadStorageObjectId
- Properties inherited from Nakama.IApiDeleteStorageObjectId

Detailed Description

An identifier for a storage object.

Member Function Documentation

◆ ToString()

override string Nakama.StorageObjectId.ToString ( )
inline

Property Documentation

◆ Collection

string Nakama.StorageObjectId.Collection
getset

The collection which stores the object.

Implements Nakama.IApiReadStorageObjectId.

◆ Key

string Nakama.StorageObjectId.Key
getset

The key of the object within the collection.

Implements Nakama.IApiReadStorageObjectId.

◆ UserId

string Nakama.StorageObjectId.UserId
getset

The user owner of the object.

Implements Nakama.IApiReadStorageObjectId.

◆ Version

string Nakama.StorageObjectId.Version
getset

The version hash of the object.

Implements Nakama.IApiDeleteStorageObjectId.


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