AWS SDK for .NET Documentation
DomainMetadataRequest Class
AmazonAmazon.SimpleDB.ModelDomainMetadataRequest 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 DomainMetadataRequest : SDBRequest
Members
All MembersConstructorsMethodsProperties



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

DomainName
Gets and sets the DomainName property. The name of the domain for which to display metadata.

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.)
IsSetDomainName()()()()
Checks if DomainName property is set

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

Inheritance Hierarchy
Object
SDBRequest
 DomainMetadataRequest

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