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, IMessageReference 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.
Implements
IMessageIndexTypesIndexFieldTypesSearchConfigTypesSearchGeoSpec, IEquatableIndexTypesIndexFieldTypesSearchConfigTypesSearchGeoSpec, IDeepCloneableIndexTypesIndexFieldTypesSearchConfigTypesSearchGeoSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
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 |
|