Show / Hide Table of Contents

Class GoogleFirestoreAdminV1SearchTextIndexSpec

Specification of how the field should be indexed for search text indexes.

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

Properties

ETag

The ETag of the item.

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

IndexType

Required. How to index the text field value.

Declaration
[JsonProperty("indexType")]
public virtual string IndexType { get; set; }
Property Value
Type Description
string

MatchType

Required. How to match the text field value.

Declaration
[JsonProperty("matchType")]
public virtual string MatchType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX