github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/ImportStatus.md (about) 1 2 3 # ImportStatus 4 5 6 ## Properties 7 8 Name | Type | Description | Notes 9 ------------ | ------------- | ------------- | ------------- 10 **completed** | **Boolean** | | 11 **updateTime** | **OffsetDateTime** | | 12 **ingestedObjects** | **Long** | Number of objects processed so far | [optional] 13 **metarangeId** | **String** | | [optional] 14 **commit** | [**Commit**](Commit.md) | | [optional] 15 **error** | [**Error**](Error.md) | | [optional] 16 17 18