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

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

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

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

Inheritance

object > Index.Types.IndexField.Types.SearchConfig.Types.SearchGeoSpec

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

SearchGeoSpec()

public SearchGeoSpec()

SearchGeoSpec(SearchGeoSpec)

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

Properties

GeoJsonIndexingDisabled

public bool GeoJsonIndexingDisabled { get; set; }

Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.

Property Value
Type Description
bool