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.
Namespace: Amazon.SimpleDB.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DomainMetadataResult
Public Class DomainMetadataResult
public ref class DomainMetadataResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) | |
| WithAttributeNameCount(String) |
Sets the AttributeNameCount property
| |
| WithAttributeNamesSizeBytes(String) |
Sets the AttributeNamesSizeBytes property
| |
| WithAttributeValueCount(String) |
Sets the AttributeValueCount property
| |
| WithAttributeValuesSizeBytes(String) |
Sets the AttributeValuesSizeBytes property
| |
| WithItemCount(String) |
Sets the ItemCount property
| |
| WithItemNamesSizeBytes(String) |
Sets the ItemNamesSizeBytes property
| |
| WithTimestamp(String) |
Sets the Timestamp property
|