wasmcloud_runtime::capability::blobstore::container

Type Alias 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

Trait Implementations

Source§

impl Clone for ObjectMetadata

Source§

fn clone(&self) -> ObjectMetadata

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ObjectMetadata

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl ComponentType for ObjectMetadata

Source§

impl Lift for ObjectMetadata

Source§

impl Lower for ObjectMetadata