AWS SDK for .NET Documentation
DescribeIndexFieldsRequest Class
AmazonAmazon.CloudSearch.ModelDescribeIndexFieldsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeIndexFields operation.

Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Getting Domain Information in the Amazon CloudSearch Developer Guide .

Declaration Syntax
C#
public class DescribeIndexFieldsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

Deployed
Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

DomainName
The name of the domain you want to describe.

Constraints:

Length
3 - 28
Pattern
[a-z][a-z0-9\-]+


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FieldNames
A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDeployed(Boolean) Obsolete.
Sets the Deployed property

WithDomainName(String) Obsolete.
Sets the DomainName property

WithFieldNames(array<String>[]()[][]) Obsolete.
Adds elements to the FieldNames collection

WithFieldNames(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the FieldNames collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeIndexFieldsRequest
See Also

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