github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/GarbageCollectionPrepareResponse.md (about)

     1  # GarbageCollectionPrepareResponse
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **run_id** | **String** | a unique identifier generated for this GC job | 
     8  **gc_commits_location** | **String** | location of the resulting commits csv table (partitioned by run_id) | 
     9  **gc_addresses_location** | **String** | location to use for expired addresses parquet table (partitioned by run_id) | 
    10  **gc_commits_presigned_url** | Option<**String**> | a presigned url to download the commits csv | [optional]
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14