Namespace Unity.Services.Apis.CloudSave
Classes
AttemptedItem
Response type for an attempted Data Item sent to the Cloud Save service.
BaseErrorResponse
BaseErrorResponse
BasicErrorResponse
Referenced from - https://tools.ietf.org/html/rfc7807#page-3 Consumers MUST use the "type" string as the primary identifier for the problem type; the 'title' string is advisory and included only for users who are not aware of the semantics of the URI and do not have the ability to discover them (e.g., offline log analysis). Consumers SHOULD NOT automatically dereference the type URI. The "status" member, if present, is only advisory; it conveys the HTTP status code used for the convenience of the consumer. Generators MUST use the same status code in the actual HTTP response, to assure that generic HTTP software that does not understand this format still behaves correctly. See Section 5 for further caveats regarding its use. Consumers can use the status member to determine what the original status code used by the generator was, in cases where it has been changed (e.g., by an intermediary or cache), and when message bodies persist without HTTP information. Generic HTTP software will still use the HTTP status code. The "detail" member, if present, ought to focus on helping the client correct the problem, rather than giving debugging information.
BasicErrorResponseAllOf
BasicErrorResponseAllOf
BatchBasicErrorBody
Single error in the Batch Basic Error Response.
BatchBasicErrorResponse
Batch basic error response when one or more values provided from the client fails some condition
BatchConflictErrorResponse
An error response sent back upon a batch update containing a resource conflict. All Data Items within the request should be considered unprocessed. The error response data[] property contains the Data Items that conflicted.
BatchConflictErrorResponseAllOf
BatchConflictErrorResponseAllOf
BatchValidationErrorBody
Single error in the Batch Validation Error Response.
BatchValidationErrorResponse
Batch validation error response when one or more values provided from the client does not pass validation on server
CloudSaveDataApi
Represents a collection of functions to interact with the API endpoints
CloudSaveFilesApi
Represents a collection of functions to interact with the API endpoints
ConflictErrorResponse
An error sent back upon resource conflict.
ConflictErrorResponseAllOf
ConflictErrorResponseAllOf
ConflictErrorResponseData
A human-readable explanation specific to this occurrence of the problem.
DeleteConflictErrorResponse
An error sent back upon resource conflict.
DeleteConflictErrorResponseAllOf
DeleteConflictErrorResponseAllOf
DeleteConflictErrorResponseAllOfData
A human-readable explanation specific to this occurrence of the problem.
FieldFilter
A field filter for querying an index
FileDetails
Details included when generating an upload URL for a file
FileItem
Response type for a file stored in the Cloud Save service.
FileList
FileList
FileListLinks
Links object containing the link for the next page of results
GetItems400Response
GetItems400Response
GetItemsResponse
GetItemsResponse
GetItemsResponseLinks
GetItemsResponseLinks
GetKeysResponse
GetKeysResponse
Item
Response type for a Data Item stored in the Cloud Save service.
KeyMetadata
Response type Key with metadata for an individual data item stored in the Cloud Save service.
ModifiedMetadata
Timestamp for when the object was modified.
QueryIndexBody
The request body for querying an index
QueryIndexResponse
The response to an index query request containing a list of the resulting entity IDs and their associated data.
QueryIndexResponseResultsInner
QueryIndexResponseResultsInner
SetItemBatch400Response
SetItemBatch400Response
SetItemBatchBody
SetItemBatchBody
SetItemBatchResponse
SetItemBatchResponse
SetItemBatchResponseResultsInner
SetItemBatchResponseResultsInner
SetItemBody
Request type for a Data Item to store in the Cloud Save service.
SetItemResponse
Newly generated writeLock for the item.
SignedUrlResponse
SignedUrlResponse
ValidationErrorBody
Single error in the Validation Error Response.
ValidationErrorResponse
Validation error response when a value provided from the client does not pass validation on server.
Interfaces
ICloudSaveDataApi
Represents a collection of functions to interact with the API endpoints
ICloudSaveFilesApi
Represents a collection of functions to interact with the API endpoints
Enums
FieldFilter.OpEnum
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