public sealed class Index.Types.IndexField.Types.SearchConfig.Types.SearchTextIndexSpec : IMessage<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextIndexSpec>, IEquatable<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextIndexSpec>, IDeepCloneable<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextIndexSpec>, IBufferMessage, IMessageReference documentation and code samples for the Firestore Admin v1 API class Index.Types.IndexField.Types.SearchConfig.Types.SearchTextIndexSpec.
Specification of how the field should be indexed for search text indexes.
Implements
IMessageIndexTypesIndexFieldTypesSearchConfigTypesSearchTextIndexSpec, IEquatableIndexTypesIndexFieldTypesSearchConfigTypesSearchTextIndexSpec, IDeepCloneableIndexTypesIndexFieldTypesSearchConfigTypesSearchTextIndexSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
SearchTextIndexSpec()
public SearchTextIndexSpec()SearchTextIndexSpec(SearchTextIndexSpec)
public SearchTextIndexSpec(Index.Types.IndexField.Types.SearchConfig.Types.SearchTextIndexSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
IndexTypesIndexFieldTypesSearchConfigTypesSearchTextIndexSpec |
Properties
IndexType
public Index.Types.IndexField.Types.SearchConfig.Types.TextIndexType IndexType { get; set; }Required. How to index the text field value.
| Property Value | |
|---|---|
| Type | Description |
IndexTypesIndexFieldTypesSearchConfigTypesTextIndexType |
|
MatchType
public Index.Types.IndexField.Types.SearchConfig.Types.TextMatchType MatchType { get; set; }Required. How to match the text field value.
| Property Value | |
|---|---|
| Type | Description |
IndexTypesIndexFieldTypesSearchConfigTypesTextMatchType |
|