Metadata-Version: 2.1
Name: here-data-blob-v1-client
Version: 1.2.124
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, use your preferred service to retrieve the data handle of the relevant blobs. Then use the data handle to pull the data using the &#x60;blob&#x60; service.  Currently, the blob service supports REST API versions v1 and v2. Version v1 should be used to access versioned, index and stream (if the stream payload is larger than 1MB) layers. Version v2 should be used to access the object store layer. Always pick the proper API version from API Lookup to ensure you get back the correct API version response.  If you are writing to a volatile layer, see volatile-blob API definition.  # noqa: E501


