2.1.5 DataSpaceVersionInfo
The DataSpaceVersionInfo structure indicates the version of the data spaces structure used in a given file.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FeatureIdentifier (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
ReaderVersion |
|||||||||||||||||||||||||||||||
UpdaterVersion |
|||||||||||||||||||||||||||||||
WriterVersion |
FeatureIdentifier (variable): A UNICODE-LP-P4 structure (section 2.1.2) that specifies the functionality for which the DataSpaceVersionInfo structure specifies version information. It MUST be "Microsoft.Container.DataSpaces".
ReaderVersion (4 bytes): A Version structure (section 2.1.4) that specifies the reader version of the data spaces structure (section 2.1). ReaderVersion.vMajor MUST be 1. ReaderVersion.vMinor MUST be 0.
UpdaterVersion (4 bytes): A Version structure that specifies the updater version of the data spaces structure. UpdaterVersion.vMajor MUST be 1. UpdaterVersion.vMinor MUST be 0.
WriterVersion (4 bytes): A Version structure that specifies the writer version of the data spaces structure. WriterVersion.vMajor MUST be 1. WriterVersion.vMinor MUST be 0.