aistore.sdk.obj.object_props

View as MarkdownOpen in Claude

Module Contents

Classes

NameDescription
ObjectPropsRepresents the attributes parsed from the response headers returned from an API call to get an object.

API

class aistore.sdk.obj.object_props.ObjectProps()

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
CaseInsensitiveDict

Response header dict containing object attributes

bucket_name

Name of object’s bucket

bucket_provider

Provider of object’s bucket.

location
str

Location of the object.

mirror_copies
int

Number of mirror copies.

mirror_paths
List[str]

List of mirror paths.

name
str

Name of the object.

present
bool

True if object is present in cluster.