Class GoogleFirestoreAdminV1SearchGeoSpec
The specification for how to build a geo search index for a field.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1SearchGeoSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GeoJsonIndexingDisabled
Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.
Declaration
[JsonProperty("geoJsonIndexingDisabled")]
public virtual bool? GeoJsonIndexingDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |