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.

C# |
public class DomainMetadataResult

All Members | Constructors | Methods | Properties | ||
Icon | 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()()()() | 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
|

Object | |
![]() | DomainMetadataResult |