![]() |
LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
|
A metadata entry combined with the action to perform on it (create, update, delete). More...


Properties | |
| LootLockerMetadataActions | action [get, set] |
| The type of action to perform for this metadata operation. | |
Properties inherited from LootLocker.Requests.LootLockerMetadataEntry | |
| object | value [get, set] |
| The value of the metadata in base object format (unparsed). | |
| string | key [get, set] |
| The metadata key /summary> | |
| LootLockerMetadataTypes | type [get, set] |
| The type of value this metadata contains. | |
| string[] | tags [get, set] |
| List of tags applied to this metadata entry /summary> | |
| string[] | access [get, set] |
| The access level set for this metadata entry. | |
Additional Inherited Members | |
Public Member Functions inherited from LootLocker.Requests.LootLockerMetadataEntry | |
| bool | TryGetValueAsString (out string output) |
| Get the value as a String. | |
| bool | TryGetValueAsDouble (out double output) |
| Get the value as a double. | |
| bool | TryGetValueAsInteger (out int output) |
| Get the value as an integer. | |
| bool | TryGetValueAsBool (out bool output) |
| Get the value as a boolean. | |
| bool | TryGetValueAsType< T > (out T output) |
| Get the value as the specified type. | |
| bool | TryGetValueAsJson (out Dictionary< string, object > output) |
| Get the value as a Json Object (a dictionary of string keys to object values). | |
| bool | TryGetValueAsJsonArray (out object[] output) |
| Get the value as a Json Array. | |
| bool | TryGetValueAsBase64 (out LootLockerMetadataBase64Value output) |
| Get the value as a LootLockerMetadataBase64Value object. | |
A metadata entry combined with the action to perform on it (create, update, delete).