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

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

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

The configuration for how to index a field for search.

Inheritance

object > Index.Types.IndexField.Types.SearchConfig

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

SearchConfig()

public SearchConfig()

SearchConfig(SearchConfig)

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

Properties

GeoSpec

public Index.Types.IndexField.Types.SearchConfig.Types.SearchGeoSpec GeoSpec { get; set; }

Optional. The specification for building a geo search index for a field.

Property Value
Type Description
IndexTypesIndexFieldTypesSearchConfigTypesSearchGeoSpec

TextSpec

public Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec TextSpec { get; set; }

Optional. The specification for building a text search index for a field.

Property Value
Type Description
IndexTypesIndexFieldTypesSearchConfigTypesSearchTextSpec