Beignet API reference
    Preparing search index...

    Metadata for an object in storage.

    interface StorageObject {
        cacheControl?: string;
        contentType?: string;
        key: string;
        lastModified: Date;
        metadata: StorageMetadata;
        size: number;
        visibility: StorageVisibility;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cacheControl?: string
    contentType?: string
    key: string

    Object key. Keys are relative object-store paths, not filesystem paths or public URLs.

    lastModified: Date

    Last modification timestamp.

    metadata: StorageMetadata

    Provider metadata stored with the object.

    size: number

    Object size in bytes.

    visibility: StorageVisibility

    Object visibility.