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

     1  # ImportStatus
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **completed** | **bool** |  | 
     8  **update_time** | **String** |  | 
     9  **ingested_objects** | Option<**i64**> | Number of objects processed so far | [optional]
    10  **metarange_id** | Option<**String**> |  | [optional]
    11  **commit** | Option<[**models::Commit**](Commit.md)> |  | [optional]
    12  **error** | Option<[**models::Error**](Error.md)> |  | [optional]
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16