Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
Seed | boolean | |
Description | string | This property is used by a provider to specify whether random number seeds are supported by the test. The seed is used to generate a random number or a sequence of random numbers. Being able to change the seed value will change the random nature of the test and consequently impact the effectiveness of the test. In order to replicate the same random number sequence for successive tests, one should use the same seed value. |
ModelCorrespondence | string | CIM_MemoryDiagnosticSettingData.Seed |
DataPattern | uint8[] | |
Description | string | This array property is used by a provider to specify data patterns supported by a test. Careful selection of a data pattern can have a big impact on the effectiveness of the test. |
ModelCorrespondence | string | CIM_MemoryDiagnosticSettingData.DataPattern |
WaitTime | datetime[] | |
Description | string | This array property is used by a provider to specify the minimum and maximum wait times supported by a test. This is important for tests that are duration dependent. |
ModelCorrespondence | string | CIM_MemoryDiagnosticSettingData.WaitTime |