BootstrapEvent
Description
A common base class for all database nodes that are considered internal part of the Container entity and cannot be stand-alone objects that can freely be referenced by any other Container entity.
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| taskDescription | False | string | A description of the bootstrap event. | |||
| elapsedTimeInMillis | False | integer | The number of milliseconds the bootstrap event has been running. Once the event is complete, this value is the time it took to finish the task. | |||
| status | False | string | ||||
| type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | |||