Class GoogleFirestoreAdminV1SearchTextIndexSpec
Specification of how the field should be indexed for search text indexes.
Implements
Inherited Members
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 |