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

The &#x60;volatile-blob&#x60; service supports the upload and retrieval of volatile 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) which is stored as partition metadata. To get a partition&#39;s data, you first use &#x60;metadata&#x60; service to retrieve the partition&#39;s metadata (data handle) with the addresses of the relevant blobs. You then use those addresses to pull the data using the &#x60;volatile-blob&#x60; service. Unlike the &#x60;blob&#x60; service, data handles can be overwritten. Hence the volatile aspect.  # noqa: E501


