Type Alias wasmcloud_runtime::capability::blobstore::container::ObjectMetadata
source · pub type ObjectMetadata = ObjectMetadata;
Aliased Type§
struct ObjectMetadata {
pub name: String,
pub container: String,
pub created_at: u64,
pub size: u64,
}
Fields§
§name: String
the object’s name
container: String
the object’s parent container
created_at: u64
date and time the object was created
size: u64
size of the object, in bytes