Click or drag to resize
dyostem api documentation

AnalyseCreationResultMessage Property

[This is preliminary documentation and is subject to change.]

A human readable message indicating that this analysis creation has succeeded or not
  • OK: X measure(s) added/updated - All measures have been processed for this analysis. For further details, check the CreationResult of each measure.
  • WARNING: X/Y measure(s) have been added/updated - NOT all measures have been successfully processed. For further details, check the CreationResult of each measure.
  • WARNING: BlockName/is not a valid (and existing) block name - All measures related to this block have been ignored.
  • WARNING: Block Id/is not a valid (and existing) block unique identifier - All measures related to this block have been ignored.

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public string Message { get; set; }

Property Value

Type: String
See Also