Metadata-Version: 2.1
Name: here-data-blob-v1-client
Version: 1.2.64
Summary: Blob API v1
Home-page: UNKNOWN
Author: OpenAPI Generator community
Author-email: team@openapitools.org
License: UNKNOWN
Keywords: OpenAPI,OpenAPI-Generator,Blob API v1
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: urllib3 (>=1.25.3)
Requires-Dist: python-dateutil

The &#x60;blob&#x60; service supports the upload and retrieval of large volumes of data from the storage of a catalog. Each discrete chunk of data is stored as a blob (Binary Large Object). Each blob has its own unique ID (data handle). The data handles can be stored in  services like &#x60;metadata&#x60;, &#x60;index&#x60; or &#x60;stream&#x60;. To get data, you first use the any of those services to retrieve the data handle of the relevant blobs. You then use the data handle to pull the data using the &#x60;blob&#x60; service.  If you are writing to a volatile layer, see volatile-blob API definition.  # noqa: E501


