Basic info of descriptor data.
| name | data type | description |
|---|---|---|
| size | number | Descriptors count. |
| time | number | Associated elapsed time in milliseconds. The represented time value depends on use case (load time on server startup or calculation time). |
| description | string | Description of the descriptor data. |
| context | string | Associated OverlapAnalysisContext. |
| moleculeseturl | string | Underlying molecule set url. |
| url | string | URL of the descriptor data. |
| name | string | Name of the descriptor data. |
Example
{
"size" : 12345,
"time" : 12345,
"description" : "...",
"context" : "...",
"moleculeseturl" : "...",
"url" : "...",
"name" : "..."
}