OINO TS
    Preparing search index...

    Type Alias OINOBlobEntry

    A single blob entry returned by a listing operation

    type OINOBlobEntry = {
        contentLength: number;
        contentType: string;
        etag: string;
        lastModified: Date;
        name: string;
    }
    Index

    Properties

    contentLength: number

    Size in bytes

    contentType: string

    MIME content type

    etag: string

    Entity tag

    lastModified: Date

    Last modification timestamp

    name: string

    Full blob name (path within the container)