Namespace Unity.Services.CloudSave.Models
Classes
EntityData
QueryResult model
FieldFilter
A field filter for querying an index
FileItem
Item
Response type for a Data Item stored in the Cloud Save service.
ItemKey
Response type for a data key stored in the Cloud Save service with its metadata.
Query
The request body for querying an index
SaveItem
Request type for posting a Data Item to the Cloud Save service.
WriteLockOptions
Interfaces
IAccessClassOptions
IAccessControlOptions
Enums
AccessClass
FieldFilter.OpOptions
The comparison operator to use for the filter. The specified value is compared to the indexed value (lexicographically for string data, numerically for numerical data) using one of the following operators: * EQ
- Equal * NE
- Not Equal * LT
- Less Than * LE
- Less Than or Equal * GT
- Greater Than * GE
- Greater Than or Equal