Namespace Unity.Services.Apis.Admin.CloudSave
Classes
AccessClassMetadata
Metadata regarding data in an access class
AccessClassesWithMetadata
The access classes for the ID. Any given ID can have data stored across multiple access 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
CloudSaveDataAdminApi
Represents a collection of functions to interact with the API endpoints
CloudSaveFilesAdminApi
Represents a collection of functions to interact with the API endpoints
ConflictErrorResponseData
A human-readable explanation specific to this occurrence of the problem.
CreateIndexBody
The request body for creating an index.
CreateIndexBodyIndexConfig
CreateIndexBodyIndexConfig
CreateIndexResponse
The response to a create index request
CreatedMetadata
Timestamp for when the object was created.
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
FileDetail
FileDetail
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
FilesAccessClassMetadata
Files Metadata regarding a player in an access class
FilesAccessClassesWithMetadata
The access classes for the player ID. Any given player ID can have files stored across multiple access classes.
GetCustomIdsResponse
List of custom IDs
GetCustomIdsResponseResultsInner
GetCustomIdsResponseResultsInner
GetIndexIdsResponse
List index IDs
GetItems400Response
GetItems400Response
GetItemsResponse
GetItemsResponse
GetItemsResponseLinks
GetItemsResponseLinks
GetKeysResponse
GetKeysResponse
GetPlayersWithDataResponse
List of players with data set
GetPlayersWithDataResponseLinks
GetPlayersWithDataResponseLinks
GetPlayersWithDataResponseResultsInner
GetPlayersWithDataResponseResultsInner
GetPlayersWithFilesResponse
GetPlayersWithFilesResponse
GetPlayersWithFilesResponseLinks
The URL to the next page of results
GetPlayersWithItems400Response
GetPlayersWithItems400Response
IndexField
A field in an index
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.
LiveIndexConfigInner
LiveIndexConfigInner
ModifiedMetadata
Timestamp for when the object was modified.
PlayerWithFilesMetadata
Response type for a file stored in the Cloud Save service.
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.
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
ICloudSaveDataAdminApi
Represents a collection of functions to interact with the API endpoints
ICloudSaveFilesAdminApi
Represents a collection of functions to interact with the API endpoints
Enums
AccessClass
The entity access class
FieldFilter.OpEnum
The comparison operator to use for the filter. The specified value is compared lexicographically to the indexed value 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
IndexStatus
The build status of the index. Index creation may take some time so if an index is still BUILDING, it is not yet ready to be queried. Index deletion may also take some time during which it will be marked as DELETING.
LiveIndexConfigInner.EntityTypeEnum
Defines EntityType