XPackageWriteStats
Contains the output write statistics (writeStats).Syntax
Members
intervalType: uint64_t Read/Write: The total amount of time, in milliseconds, of the current interval. budget
Type: uint64_t Read: The amount of data the system will permit the title to write in the current interval without causing an exceeded event to be logged. elapsed
Type: uint64_t Read/Write: The amount of time, in milliseconds, elapsed in the current interval. bytesWritten
Type: uint64_t Read/Write: The number of bytes written by the title in the current interval.
Remarks
TheXpackageWriteStats structure is used by the XPackageGetWriteStats function to both specify and receive write statistics (writeStats) for the current interval.
The first interval tracked by the title does not update elapsed and will not cause an exceeded event to be logged when surpassing the budget. Once the total budget of data has been written once, the interval will reset and the elapsed value will now start updating. Future intervals in the title will then reset based on interval times and trigger the exceeded event if the budget is surpassed.
Requirements
Header: XPackage.h Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
Overview of downloadable content (DLC) packagesXPackage
