aistore.sdk.obj.object_attributes
aistore.sdk.obj.object_attributes
Module Contents
Classes
API
Information about chunked object storage.
Represents the attributes parsed from the response headers returned from an API call to get an object.
Parameters:
Response header dict containing object attributes
Time this object was accessed.
Type of checksum, e.g. xxhash or md5.
Checksum value.
Dictionary of custom metadata.
Object version.
Whether the object is present/cached.
Size of object content.
Parse the comma-separated list of optional custom metadata from the custom metadata header.
Parameters:
Header containing metadata csv
Returns: Dict[str, str]
Dictionary of custom metadata
Bases: ObjectAttributes
Extended object attributes returned from HeadObjectV2 API.
This class extends ObjectAttributes with V2-specific fields like chunk information, last modified time, and ETag.
Parameters:
Response header dict containing object attributes
Chunk information for chunked objects.
Entity tag (ETag) of the object.
Last modification time of the object (RFC1123 format).