mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -3,7 +3,9 @@ NAME
|
|||
index
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha firestore indexes composite create --field-config=FIELD_CONFIG
|
||||
gcloud alpha firestore indexes composite create
|
||||
--field-config=[array-config=ARRAY-CONFIG],
|
||||
[field-path=FIELD-PATH],[order=ORDER]
|
||||
(--collection-group=COLLECTION_GROUP : --database=DATABASE)
|
||||
[--api-scope=API_SCOPE; default="any-api"] [--async]
|
||||
[--query-scope=QUERY_SCOPE; default="collection"]
|
||||
|
|
@ -28,7 +30,7 @@ EXAMPLES
|
|||
--field-config=field-path=timestamp,order=descending
|
||||
|
||||
REQUIRED FLAGS
|
||||
--field-config=FIELD_CONFIG
|
||||
--field-config=[array-config=ARRAY-CONFIG],[field-path=FIELD-PATH],[order=ORDER]
|
||||
Configuration for a field.
|
||||
|
||||
This flag must be repeated to provide the ordered list of field
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha firestore indexes fields update
|
||||
(FIELD : --collection-group=COLLECTION_GROUP --database=DATABASE)
|
||||
(--clear-exemption | --disable-indexes | --index=KEY=VALUE) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
(--clear-exemption | --disable-indexes | --index=[KEY=VALUE,...])
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update the index configuration of the given field.
|
||||
|
|
@ -88,7 +88,7 @@ REQUIRED FLAGS
|
|||
--disable-indexes
|
||||
If provided, the field will no longer be indexed at all.
|
||||
|
||||
--index=KEY=VALUE
|
||||
--index=[KEY=VALUE,...]
|
||||
An index for the field.
|
||||
|
||||
This flag can be repeated to provide multiple indexes. Any existing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue