pub type ObjectMetadata = ObjectMetadata;Aliased Type§
pub struct ObjectMetadata {
pub name: String,
pub container: String,
pub created_at: u64,
pub size: u64,
}Fields§
§name: Stringthe object’s name
container: Stringthe object’s parent container
created_at: u64date and time the object was created
size: u64size of the object, in bytes