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 (View Summary)

    Index

    Constructors

    Properties

    api: OINOApi

    Database refererence of the table

    blobApi: OINOBlobApi

    Reference to the owning blob API

    fields: OINODataField[]

    Field refererences of the API

    Methods