Show / Hide Table of Contents

Class GoogleFirestoreAdminV1SearchGeoSpec

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

Inheritance
object
GoogleFirestoreAdminV1SearchGeoSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX