Constructor. Fields are added externally by the blob implementation
via initializeApiDatamodel.
the OINOBlobApi that owns this data model
Convert an array of blob entries into an in-memory dataset whose columns match the fields present in this model.
blob entries from the storage backend
Static data model for blob listings.
Fields are added by the blob implementation's
initializeApiDatamodelmethod, so the exact set depends on what the storage backend supports. The canonical order is:name– full blob name (primary key, string)etag– entity tag (string)lastModified– last modification timestamp (datetime)contentLength– size in bytes (number)contentType– MIME type (string) – omitted when not supported