This is the manual for older MicroStream versions (Version < 5.0).
The new documentation (Version >= 5.0) is located at:
GET
[instance-name]/root
Returns the name and object id of the current storage root element.
GET
[instance-name]/object/:objectid
Returns description and values of a distinct object.
Name | Type | Description |
---|---|---|
GET
[instance-name]/dictionary
The type dictionary as plain text.
GET
[instance-name]/maintenance/filesStatistics
Statistics of the used storage files and channels.
Name | Type | Description |
---|---|---|
objectid
integer
The requested object's id
valueLength
integer
Limit size of returned value elements, e.g. String values. Default is unlimited.
fixedOffset
integer
Fixed size members start offset, default is 0.
fixedLength
integer
Amount of returned fixed size members, default is unlimited.
variableOffset
integer
Variable size members start offset, default is 0.
variableLength
integer
Amount of returned variable size members, default is unlimited.
references
boolean
Determines if top-level references of the object should be returned as well.