OINO TS
    Preparing search index...

    Class OINOBlobDataModel

    Static data model for blob listings.

    Fields are added by the blob implementation's initializeApiDatamodel method, so the exact set depends on what the storage backend supports. The canonical order is:

    1. name – full blob name (primary key, string)
    2. etag – entity tag (string)
    3. lastModified – last modification timestamp (datetime)
    4. contentLength – size in bytes (number)
    5. contentType – MIME type (string) – omitted when not supported

    Hierarchy

    • unknown
      • OINOBlobDataModel
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    blobApi: OINOBlobApi

    Reference to the owning blob API

    Methods

    • Convert an array of blob entries into an in-memory dataset whose columns match the fields present in this model.

      Parameters

      Returns OINOMemoryDataset