AnalyseCreationResult Class |
[This is preliminary documentation and is subject to change.]
Namespace: Dyostem.Services.Data
public class AnalyseCreationResult
The AnalyseCreationResult type exposes the following members.
| Name | Description | |
|---|---|---|
| AnalyseCreationResult | Initializes a new instance of the AnalyseCreationResult class |
| Name | Description | |
|---|---|---|
| AnalysisId |
The analysis unique identifier
| |
| BlockId |
The unique identifier of the block the analysis is related to.
| |
| BlockName |
The name of the block the analysis is related to.
| |
| Comment |
The analysis comment (if provided by the third party system)
| |
| MeasuresCreationResults |
A set of MeasureCreationResult indicating the success or failure for each measure of the analysis
| |
| Message |
A human readable message indicating that this analysis creation has succeeded or not
| |
| SampleCode |
The analysis sample code (if provided by the third party system)
| |
| Timestamp |
The analysis timestamp
|