Click or drag to resize
dyostem api documentation

BlocksPutResult Class

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

Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataBlocksPutResult

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

The BlocksPutResult type exposes the following members.

Constructors
  NameDescription
Public methodBlocksPutResult
Initializes a new instance of the BlocksPutResult class
Top
Properties
  NameDescription
Public propertyBlockCreationResults
A list of BlockCreationResult indicating for each block the result of its creation command.
Public propertyMessage
Human readable result of PutBlocks(String, Guid, ListNewBlock, Boolean) command.
  • OK - Blocks have been created/updated. For further details, check the CreationResult of each block.
  • FAILED to create blocks - 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