github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java/docs/GarbageCollectionPrepareResponse.md (about) 1 2 3 # GarbageCollectionPrepareResponse 4 5 6 ## Properties 7 8 | Name | Type | Description | Notes | 9 |------------ | ------------- | ------------- | -------------| 10 |**runId** | **String** | a unique identifier generated for this GC job | | 11 |**gcCommitsLocation** | **String** | location of the resulting commits csv table (partitioned by run_id) | | 12 |**gcAddressesLocation** | **String** | location to use for expired addresses parquet table (partitioned by run_id) | | 13 |**gcCommitsPresignedUrl** | **String** | a presigned url to download the commits csv | [optional] | 14 15 16