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

public sealed class Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec : IMessage<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec>, IEquatable<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec>, IDeepCloneable<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Firestore Admin v1 API class Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec.

The specification for how to build a text search index for a field.

Inheritance

object > Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

SearchTextSpec()

public SearchTextSpec()

SearchTextSpec(SearchTextSpec)

public SearchTextSpec(Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec other)
Parameter
Name Description
other IndexTypesIndexFieldTypesSearchConfigTypesSearchTextSpec

Properties

IndexSpecs

public RepeatedField<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextIndexSpec> IndexSpecs { get; }

Required. Specifications for how the field should be indexed. Repeated so that the field can be indexed in multiple ways.

Property Value
Type Description
RepeatedFieldIndexTypesIndexFieldTypesSearchConfigTypesSearchTextIndexSpec