AWS SDK for .NET Documentation
AnalysisSchemeStatus Class
AmazonAmazon.CloudSearch.ModelAnalysisSchemeStatus Did this page help you?   Yes   No    Tell us about it...

The status and configuration of an AnalysisScheme .

Declaration Syntax
C#
public class AnalysisSchemeStatus
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AnalysisSchemeStatus()()()()
Initializes a new instance of the AnalysisSchemeStatus 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
Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, and AlgorithmicStemming.

Status
The status of domain configuration option.

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

WithStatus(OptionStatus) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
AnalysisSchemeStatus

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