Resource: Field
Represents a single field in the database.
Fields are grouped by their "Collection Group", which represent all collections in the database with the same id.
JSON representation |
---|
{
"name": string,
"indexConfig": {
object ( |
Fields | |
---|---|
name |
A field name of the form A field path may be a simple field name, e.g. Field paths may be quoted using Examples: (Note: Comments here are written in markdown syntax, so there is an additional layer of backticks to represent a code block) A special |
indexConfig |
The index configuration for this field. If unset, field indexing will revert to the configuration defined by the |
IndexConfig
The index configuration for this field.
JSON representation |
---|
{
"indexes": [
{
object ( |
Fields | |
---|---|
indexes[] |
The indexes supported for this field. |
usesAncestorConfig |
Output only. When true, the |
ancestorField |
Output only. Specifies the resource name of the |
reverting |
Output only When true, the |
Methods |
|
---|---|
|
Gets the metadata and configuration for a Field. |
|
Lists the field configuration and metadata for this database. |
|
Updates a field configuration. |