artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CreateSessionRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)