ConnectedStorageContainer.SubmitPropertySetUpdatesAsync Method (IPropertySet, Generic IIterable)

Submits a set of changes to blobs in this container.

Syntax

public:
IAsyncAction^ SubmitPropertySetUpdatesAsync(
         IPropertySet^ blobsToWrite,
         IIterable<String^ >^ blobsToDelete
)  

Parameters

blobsToWrite
Type: IPropertySet 

The set of key value pairs to write.

blobsToDelete
Type: IIterable<String^ > 

  A collection of blobs to delete.

Return value

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.

Requirements

Namespace: Windows.Xbox.Storage

Metadata: windows.winmd

See also

Reference

ConnectedStorageContainer Class

ConnectedStorageContainer Members

Windows.Xbox.Storage Namespace