Amazon.SimpleDB.AmazonSimpleDBClient.DomainMetadata C# (CSharp) Method

DomainMetadata() public method

Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.
/// The request must contain the specified missing parameter. /// /// The specified domain does not exist. ///
public DomainMetadata ( DomainMetadataRequest request ) : DomainMetadataResponse
request DomainMetadataRequest Container for the necessary parameters to execute the DomainMetadata service method.
return DomainMetadataResponse
        public DomainMetadataResponse DomainMetadata(DomainMetadataRequest request)
        {
            var marshaller = new DomainMetadataRequestMarshaller();
            var unmarshaller = DomainMetadataResponseUnmarshaller.Instance;

            return Invoke<DomainMetadataRequest,DomainMetadataResponse>(request, marshaller, unmarshaller);
        }