aistore.sdk.obj.object_props
aistore.sdk.obj.object_props
Module Contents
Classes
API
Bases: ObjectAttributes
Represents the attributes parsed from the response headers returned from an API call to get an object. Extends ObjectAtributes and is a superset of that class.
Parameters:
response_headers
Response header dict containing object attributes
bucket_name
Name of object’s bucket
bucket_provider
Provider of object’s bucket.
location
Location of the object.
mirror_copies
Number of mirror copies.
mirror_paths
List of mirror paths.
name
Name of the object.
present
True if object is present in cluster.