Stratal API Reference
    Preparing search index...

    Interface HeadObjectResult

    Result of headObject

    interface HeadObjectResult {
        contentType?: string;
        metadata?: Record<string, string>;
        size: number;
    }
    Index

    Properties

    contentType?: string

    Content type

    metadata?: Record<string, string>

    Custom metadata

    size: number

    Object size in bytes