AWS SDK for .NET Documentation
DefaultSearchFieldStatus Class
AmazonAmazon.CloudSearch_2011_02_01.ModelDefaultSearchFieldStatus Did this page help you?   Yes   No    Tell us about it...

The value of the DefaultSearchField configured for this search domain and its current status.

Declaration Syntax
C#
public class DefaultSearchFieldStatus
Members
All MembersConstructorsMethodsProperties



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

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.)
Options
The name of the IndexField to use as the default search field. The default is an empty string, which automatically searches all text fields.

Constraints:

Length
1 - 64
Pattern
[a-z][a-z0-9_]*


Status
The status of an option, including when it was last updated and whether it is actively in use for searches.

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

WithStatus(OptionStatus) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
DefaultSearchFieldStatus

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