3.24.1 Abstract Data Model

This section describes a conceptual model of possible data organization that an implementation maintains to participate in this protocol. The described organization is provided to facilitate the explanation of how the protocol behaves. This document does not mandate that implementations adhere to this model as long as their external behavior is consistent with that described in this document.

An IUpdateDownloadContent server maintains the following data element:

  • DownloadUrl: A string containing a URL specifying the location of the content.

  • IsDeltaCompressedContent: A VARIANT_BOOL that indicates whether the content is delta-compressed.

Once initialized, this data element is not modified.