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

     1  # ObjectStats
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **path** | **String** |  | 
     8  **path_type** | **String** |  | 
     9  **physical_address** | **String** | The location of the object on the underlying object store. Formatted as a native URI with the object store type as scheme (\"s3://...\", \"gs://...\", etc.) Or, in the case of presign=true, will be an HTTP URL to be consumed via regular HTTP GET  | 
    10  **physical_address_expiry** | Option<**i64**> | If present and nonzero, physical_address is a pre-signed URL and will expire at this Unix Epoch time.  This will be shorter than the pre-signed URL lifetime if an authentication token is about to expire.  This field is *optional*.  | [optional]
    11  **checksum** | **String** |  | 
    12  **size_bytes** | Option<**i64**> |  | [optional]
    13  **mtime** | **i64** | Unix Epoch in seconds | 
    14  **metadata** | Option<**std::collections::HashMap<String, String>**> |  | [optional]
    15  **content_type** | Option<**String**> | Object media type | [optional]
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19