Class GoogleFirestoreAdminV1SearchIndexOptions
Options for search indexes at the definition level.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1SearchIndexOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextLanguage
Optional. The language to use for text search indexes. Used as the default language if not overridden at the
document level by specifying the text_language_override_field. The language is specified as a BCP 47
language code. For indexes with MONGODB_COMPATIBLE_API ApiScope: If unspecified, the default language is
English. For indexes with ANY_API ApiScope: If unspecified, the default behavior is autodetect.
Declaration
[JsonProperty("textLanguage")]
public virtual string TextLanguage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextLanguageOverrideFieldPath
Optional. The field in the document that specifies which language to use for that specific document. If
unspecified, the language is taken from the "language" field if it exists or from text_language if it does
not.
Declaration
[JsonProperty("textLanguageOverrideFieldPath")]
public virtual string TextLanguageOverrideFieldPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |