| Name | Type | Description | Notes |
|---|---|---|---|
| BytesStored | int | Bytes stored in this session by the request that returned this response. | [optional] |
| ExpiresInSeconds | int | Seconds until this session expires. | [optional] |
| MaxBytes | int | Maximum bytes one preview session may hold. | [optional] |
| OwnerLogin | string | Login this session belongs to. Sessions are keyed by user, not by token. | [optional] |
| PreviewSessionId | string | The preview session id. | [optional] |
| Skipped | List<SfvbErrorDetail> | Containers that were sent but could not be stored, with the reason. | [optional] |
| StoredKeys | List<string> | Preview map keys that were stored. A container whose owner type could not be resolved is silently dropped by the underlying store, so compare this against what you sent. | [optional] |