Class GoogleFirestoreAdminV1SearchNumberSpec
The specification for how to build a number search index for a field.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1SearchNumberSpec : 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 number field value.
Declaration
[JsonProperty("indexType")]
public virtual string IndexType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |