meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
adv:ibmsectorconf [2022/07/26 21:10] diskblitzadv:ibmsectorconf [2022/07/26 22:02] diskblitz
Line 41: Line 41:
  
 === encodingAndMedia === === encodingAndMedia ===
-String - //Required//\\ +[String- //Required//\\ 
-The physical type of media used as well as the encoding and density. It is represented as a string structured as ''{media}_{encoding}_{density}''. If the format supports more than a single value for either the media or density parametersyou can separate the values with a ``|`` or use a ''*'' as a wildcard value. Being as specific as possible speeds up the analysis process as it limits the number of comparisons that need to be done.+Array of the physical type of media used as well as the encoding and density. It is represented as a string structured as ''{media}_{encoding}_{density}''. If the format supports more than a single value for either the media or density parameters you can use a ''*'' as a wildcard value. Being as specific as possible speeds up the analysis process as it limits the number of comparisons that need to be done.
  
 ^Media^Description^ ^Media^Description^
Line 58: Line 58:
 |500|500kbps (2µs cell window)| |500|500kbps (2µs cell window)|
  
-ex: ''"encodingAndMedia": "5.25_mfm_*"'' or ''"encodingAndMedia": "8|5.25_fm_500"''+ex: ''"encodingAndMedia": ["5.25_mfm_*","8_mfm_500]''