# CreateSessionRequest
## Properties
**artifact_path** | **String** | Path within the repository (e.g. \"images/vm.ova\") |
**checksum_sha256** | **String** | Expected SHA256 checksum of the complete file |
**chunk_size** | Option<**i32**> | Chunk size in bytes (default 8 MB, range 1 MB - 256 MB) | [optional]
**content_type** | Option<**String**> | MIME content type (default \"application/octet-stream\") | [optional]
**repository_key** | **String** | Repository key (e.g. \"my-repo\") |
**total_size** | **i64** | Total file size in bytes |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)