Class FileItem
Inherited Members
Namespace: Unity.Services.CloudSave.Models
Assembly: solution.dll
Syntax
public class FileItem
Properties
| Name | Description |
|---|---|
| ContentType | The contentType of the file |
| Created | The datetime when the value was initially created |
| Key | The key against which the file is stored |
| Modified | The datetime when the value was last modified |
| Size | The size of the file |
| WriteLock | The write lock value for the file, used for enforcing conflict checking when updating an existing data item |