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

Storage objects to delete. More...

Inheritance diagram for Nakama.IApiDeleteStorageObjectId:
Nakama.StorageObjectId

Properties

string Collection [get]
 The collection which stores the object.
 
string Key [get]
 The key of the object within the collection.
 
string Version [get]
 The version hash of the object.
 

Detailed Description

Storage objects to delete.

Property Documentation

◆ Collection

string Nakama.IApiDeleteStorageObjectId.Collection
get

The collection which stores the object.

Implemented in Nakama.StorageObjectId.

◆ Key

string Nakama.IApiDeleteStorageObjectId.Key
get

The key of the object within the collection.

Implemented in Nakama.StorageObjectId.

◆ Version

string Nakama.IApiDeleteStorageObjectId.Version
get

The version hash of the object.

Implemented in Nakama.StorageObjectId.


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