The Blob Service offers a RESTful API to perform CRUD (create, read, update, and delete) operations on file/document related information. Included in this information is the type and encoding of a file, and a reference to the location of the actual file/document bits.
When possible, these operations follow the Common model for CollectionSpace REST services.
Assumptions and Definitions of Terms
A "blob record" refers to an instance of the Blob Info Schema: it contains information about a specific document/file's type, encoding, etc. and a reference to the actual file/document bits. For example, if the actual file is a JPEG image then the blob record would have its file type (MIME type) field set to image/jpeg
.
...
Table of Contents | ||||
---|---|---|---|---|
|
Related Links:
Blob Service CREATE requests
...