AWSSimpleDBDomainMetadataResult
Objective-C
@interface AWSSimpleDBDomainMetadataResult
Swift
class AWSSimpleDBDomainMetadataResult
-
The number of unique attribute names in the domain.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable attributeNameCount;
Swift
var attributeNameCount: NSNumber? { get set }
-
The total size of all unique attribute names in the domain, in bytes.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable attributeNamesSizeBytes;
Swift
var attributeNamesSizeBytes: NSNumber? { get set }
-
The number of all attribute name/value pairs in the domain.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable attributeValueCount;
Swift
var attributeValueCount: NSNumber? { get set }
-
The total size of all attribute values in the domain, in bytes.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable attributeValuesSizeBytes;
Swift
var attributeValuesSizeBytes: NSNumber? { get set }
-
The number of all items in the domain.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable itemCount;
Swift
var itemCount: NSNumber? { get set }
-
The total size of all item names in the domain, in bytes.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable itemNamesSizeBytes;
Swift
var itemNamesSizeBytes: NSNumber? { get set }
-
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable timestamp;
Swift
var timestamp: NSNumber? { get set }