Submits a set of changes to blobs in this container.
public:
IAsyncAction^ SubmitPropertySetUpdatesAsync(
IPropertySet^ blobsToWrite,
IIterable<String^ >^ blobsToDelete
)
blobsToWrite
Type: IPropertySet
The set of key value pairs to write.
blobsToDelete
Type: IIterable<String^ >
A collection of blobs to delete.
Type: IAsyncAction
Error codes are reported through the ErrorCode property of the IAsyncAction object. The following is a list of possible error codes:
| Error Code | Description |
|---|---|
| ConnectedStorageErrorStatus.NoAccess | The operation failed because the title does not have write access to the container storage space. |
| ConnectedStorageErrorStatus.UpdateTooBig | The operation failed because the update contained more than 16MB of data. |
| ConnectedStorageErrorStatus.QuotaExceeded | The operation failed because the update would have caused the connected storage space to exceed its quota. Use IConnectedStorageSpace::GetRemainingBytesInQuotaAsync to query the space for quota. |
| ConnectedStorageErrorStatus.OutOfLocalStorage | There isn’t any local storage available. |
Namespace: Windows.Xbox.Storage
Metadata: windows.winmd
ConnectedStorageContainer Class