Sdílet prostřednictvím


XblTitleStorageETagMatchCondition

Defines values used to indicate the ETag match condition used when downloading, uploading or deleting title storage data.

Syntax

enum class XblTitleStorageETagMatchCondition  : uint32_t  
{  
    NotUsed,  
    IfMatch,  
    IfNotMatch  
}  

Constants

Constant Description
NotUsed There is no match condition.
IfMatch Perform the request if the Etag value specified matches the service value.
IfNotMatch Perform the request if the Etag value specified does not match the service value.

Requirements

Header: title_storage_c.h

See also

title_storage_c