Firestore Admin v1 API - Class Index.Types.IndexField.Types.SearchConfig.Types.SearchTextIndexSpec (3.19.0)

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, IMessage

Reference 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.

Inheritance

object > Index.Types.IndexField.Types.SearchConfig.Types.SearchTextIndexSpec

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

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