Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiReadStorageObjectId Interface Reference

Storage objects to get. More...

Inheritance diagram for Nakama.IApiReadStorageObjectId:
Nakama.StorageObjectId

Properties

string Collection [get]
 The collection which stores the object.
 
string Key [get]
 The key of the object within the collection.
 
string UserId [get]
 The user owner of the object.
 

Detailed Description

Storage objects to get.

Property Documentation

◆ Collection

string Nakama.IApiReadStorageObjectId.Collection
get

The collection which stores the object.

Implemented in Nakama.StorageObjectId.

◆ Key

string Nakama.IApiReadStorageObjectId.Key
get

The key of the object within the collection.

Implemented in Nakama.StorageObjectId.

◆ UserId

string Nakama.IApiReadStorageObjectId.UserId
get

The user owner of the object.

Implemented in Nakama.StorageObjectId.


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