Click or drag to resize
dyostem api documentation

BlockDataPutResult Class

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

Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataBlockDataPutResult

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public class BlockDataPutResult

The BlockDataPutResult type exposes the following members.

Constructors
  NameDescription
Public methodBlockDataPutResult
Initializes a new instance of the BlockDataPutResult class
Top
Properties
  NameDescription
Public propertyBlockDataCreationResults
A list of BlockDataCreationResult indicating for each block the result of its block data creation command.
Public propertyMessage
Human readable result of PutBlockData(String, ListNewBlockData) command.
  • OK - Block data have been processed. For further details, check the CreationResult of each block data.
  • FAILED to create block data - An internal error has occured while processing data.
  • Failed to check token validity - the SessionId token is deprecated or invalid. Request a new one or contact Vivelys support.
Top
See Also