Show / Hide Table of Contents

Class GoogleFirestoreAdminV1SearchConfig

The configuration for how to index a field for search.

Inheritance
object
GoogleFirestoreAdminV1SearchConfig
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 GoogleFirestoreAdminV1SearchConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GeoSpec

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

Declaration
[JsonProperty("geoSpec")]
public virtual GoogleFirestoreAdminV1SearchGeoSpec GeoSpec { get; set; }
Property Value
Type Description
GoogleFirestoreAdminV1SearchGeoSpec

NumberSpec

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

Declaration
[JsonProperty("numberSpec")]
public virtual GoogleFirestoreAdminV1SearchNumberSpec NumberSpec { get; set; }
Property Value
Type Description
GoogleFirestoreAdminV1SearchNumberSpec

TextSpec

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

Declaration
[JsonProperty("textSpec")]
public virtual GoogleFirestoreAdminV1SearchTextSpec TextSpec { get; set; }
Property Value
Type Description
GoogleFirestoreAdminV1SearchTextSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX