GridSession
org.sagebionetworks.repo.model.grid.GridSession
Basic information about a grid session.
| Field | Type | Description |
|---|---|---|
| sessionId | STRING | The unique sessionId that identifies the grid session. |
| startedBy | STRING | The user that started this session. |
| startedOn | STRING | The date-time when the session was started. |
| etag | STRING | Changes when the session chagnes. |
| modifiedOn | STRING | The date-time when the session was last changed. |
| lastReplicaIdClient | INTEGER | The last replica ID issued to a client. Client replica IDs are incremented. |
| lastReplicaIdService | INTEGER | The last replica ID issued to a service. Service replica IDs are decremented. |
| gridJsonSchema$Id | STRING | The $id of the JSON schema that will be used for model validation in this grid session. |
| sourceEntityId | STRING | The synId of the table/view/csv that this grid was cloned from. |