mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue