Public Member Functions | Properties

S3ObjectSummary Class Reference

Represents an S3 Object Summary. More...

#import <S3ObjectSummary.h>

List of all members.

Public Member Functions

(NSString *) - description
 The string representation of the S3ObjectSummary.

Properties

NSString * key
 The key of the Amazon S3 object.
NSString * etag
 The ETag of the Amazon S3 object.
NSInteger size
 The size of the Amazon S3 object, in bytes.
NSString * lastModified
 The date this object was last modified.
NSString * storageClass
 The class of storage used by this object.
S3Ownerowner
 The owner of this object.

Detailed Description

Represents an S3 Object Summary.


Property Documentation

- (NSString *) etag [read, write, retain]

The ETag of the Amazon S3 object.

- (NSString *) key [read, write, retain]

The key of the Amazon S3 object.

- (NSString *) lastModified [read, write, retain]

The date this object was last modified.

- (S3Owner *) owner [read, write, retain]

The owner of this object.

Can be nil if the requester doesn't have permission to view ownership.

- (NSInteger) size [read, write, assign]

The size of the Amazon S3 object, in bytes.

- (NSString *) storageClass [read, write, retain]

The class of storage used by this object.


The documentation for this class was generated from the following file: