AWS SDK for .NET Documentation
DomainMetadataResult Class
AmazonAmazon.SimpleDB.ModelDomainMetadataResult Did this page help you?   Yes   No    Tell us about it...
Returns information about the domain, including when the domain was created, the number of items and attributes, and the size of attribute names and values.
Declaration Syntax
C#
public class DomainMetadataResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DomainMetadataResult()()()()
Initializes a new instance of the DomainMetadataResult class

AttributeNameCount
Gets and sets the AttributeNameCount property. The number of unique attribute names in the domain.

AttributeNamesSizeBytes
Gets and sets the AttributeNamesSizeBytes property. The total size of all unique attribute names, in bytes.

AttributeValueCount
Gets and sets the AttributeValueCount property. The number of all attribute name/value pairs in the domain.

AttributeValuesSizeBytes
Gets and sets the AttributeValuesSizeBytes property. The total size of all attribute values, in bytes.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetAttributeNameCount()()()()
Checks if AttributeNameCount property is set

IsSetAttributeNamesSizeBytes()()()()
Checks if AttributeNamesSizeBytes property is set

IsSetAttributeValueCount()()()()
Checks if AttributeValueCount property is set

IsSetAttributeValuesSizeBytes()()()()
Checks if AttributeValuesSizeBytes property is set

IsSetItemCount()()()()
Checks if ItemCount property is set

IsSetItemNamesSizeBytes()()()()
Checks if ItemNamesSizeBytes property is set

IsSetTimestamp()()()()
Checks if Timestamp property is set

ItemCount
Gets and sets the ItemCount property. The number of all items in the domain.

ItemNamesSizeBytes
Gets and sets the ItemNamesSizeBytes property. The total size of all item names in the domain, in bytes.

Timestamp
Gets and sets the Timestamp property. The data and time when metadata was calculated in Epoch (UNIX) time.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAttributeNameCount(String) Obsolete.
Sets the AttributeNameCount property

WithAttributeNamesSizeBytes(String) Obsolete.
Sets the AttributeNamesSizeBytes property

WithAttributeValueCount(String) Obsolete.
Sets the AttributeValueCount property

WithAttributeValuesSizeBytes(String) Obsolete.
Sets the AttributeValuesSizeBytes property

WithItemCount(String) Obsolete.
Sets the ItemCount property

WithItemNamesSizeBytes(String) Obsolete.
Sets the ItemNamesSizeBytes property

WithTimestamp(String) Obsolete.
Sets the Timestamp property

Inheritance Hierarchy
Object
DomainMetadataResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)