Public Member Functions | Properties

SimpleDBDomainMetadataResponse Class Reference

Domain Metadata Result. More...

#import <SimpleDBDomainMetadataResponse.h>

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new object.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSNumber * itemCount
 The number of all items in the domain.
NSNumber * itemNamesSizeBytes
 The total size of all item names in the domain, in bytes.
NSNumber * attributeNameCount
 The number of unique attribute names in the domain.
NSNumber * attributeNamesSizeBytes
 The total size of all unique attribute names in the domain, in bytes.
NSNumber * attributeValueCount
 The number of all attribute name/value pairs in the domain.
NSNumber * attributeValuesSizeBytes
 The total size of all attribute values in the domain, in bytes.
NSNumber * timestamp
 The data and time when metadata was calculated in Epoch (UNIX) time.

Detailed Description

Domain Metadata Result.


Member Function Documentation

- (NSString* SimpleDBDomainMetadataResponse.)description  

Returns a string representation of this object; useful for testing and debugging.

Returns:
A string representation of this object.
- (id SimpleDBDomainMetadataResponse.)init  

Default constructor for a new object.

Callers should use the property methods to initialize this object after creating it.


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