Class ItemKey
Response type for a data key stored in the Cloud Save service with its metadata.
Inherited Members
Namespace: Unity.Services.CloudSave.Models
Assembly: solution.dll
Syntax
public class ItemKey
Properties
Name | Description |
---|---|
Key | The data key |
Modified | The datetime when the value was last modified |
WriteLock | The write lock value for the data, used for enforcing conflict checking when updating an existing data item |