Domain Metadata Result. More...
#import <SimpleDBDomainMetadataResponse.h>
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. |
Domain Metadata Result.
- (NSString* SimpleDBDomainMetadataResponse.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SimpleDBDomainMetadataResponse.)init |
Default constructor for a new object.
Callers should use the property methods to initialize this object after creating it.