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

     1  
     2  
     3  # ObjectStats
     4  
     5  
     6  ## Properties
     7  
     8  Name | Type | Description | Notes
     9  ------------ | ------------- | ------------- | -------------
    10  **path** | **String** |  | 
    11  **pathType** | [**PathTypeEnum**](#PathTypeEnum) |  | 
    12  **physicalAddress** | **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  | 
    13  **physicalAddressExpiry** | **Long** | 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]
    14  **checksum** | **String** |  | 
    15  **sizeBytes** | **Long** |  |  [optional]
    16  **mtime** | **Long** | Unix Epoch in seconds | 
    17  **metadata** | **Map<String, String>** |  |  [optional]
    18  **contentType** | **String** | Object media type |  [optional]
    19  
    20  
    21  
    22  ## Enum: PathTypeEnum
    23  
    24  Name | Value
    25  ---- | -----
    26  COMMON_PREFIX | "common_prefix"
    27  OBJECT | "object"
    28  
    29  
    30