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

The stopword options configured for this search domain and the current status of those options.

Declaration Syntax
C#
public class StopwordOptionsStatus
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
StopwordOptionsStatus()()()()
Initializes a new instance of the StopwordOptionsStatus 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
Lists stopwords serialized as a JSON document. The document has a single object with one property "stopwords" whose value is an array of strings. The maximum size of a stopwords document is 10 KB. Example: { "stopwords": ["a", "an", "the", "of"] }

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
StopwordOptionsStatus

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