Class SaveItem
Request type for posting a Data Item to the Cloud Save service.
Inherited Members
Namespace: Unity.Services.CloudSave.Models
Assembly: solution.dll
Syntax
public class SaveItem
Constructors
Name | Description |
---|---|
SaveItem(object, string) | Request type for posting a Data Item to the Cloud Save service. |
Properties
Name | Description |
---|---|
Value | Any data object |
WriteLock | Enforces conflict checking when updating an existing data item. This field should be omitted when creating a new data item. When updating an existing item, omitting this field ignores write conflicts. When present, an error response will be returned if the writeLock in the request does not match the stored writeLock. |