forked from mongodb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apiargs-dbcommand-createIndexes-indexes-field.yaml
136 lines (136 loc) · 3.11 KB
/
apiargs-dbcommand-createIndexes-indexes-field.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
arg_name: field
description: |
Specifies the index's fields. For each field, specify a key-value pair
in which the key is the name of the field to index and the value is
either the index direction or :ref:`index type <index-types>`. If
specifying direction, specify ``1`` for ascending or ``-1`` for
descending.
interface: dbcommand
name: key
operation: createIndexes
optional: false
position: 1
type: document
---
arg_name: field
description: |
A name that uniquely identifies the index.
interface: dbcommand
name: name
operation: createIndexes
optional: false
position: 2
type: string
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-param.yaml
ref: background
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-param.yaml
ref: unique
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-param.yaml
ref: partialFilterExpression
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-param.yaml
ref: sparse
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-param.yaml
ref: expireAfterSeconds
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-param.yaml
ref: storageEngine
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-text.yaml
ref: weights
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-text.yaml
ref: default_language
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-text.yaml
ref: language_override
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-text.yaml
ref: textIndexVersion
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-2dsphere.yaml
ref: 2dsphereIndexVersion
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-2d.yaml
ref: bits
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-2d.yaml
ref: min
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-2d.yaml
ref: max
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-options-geohaystack.yaml
ref: bucketSize
---
arg_name: field
interface: dbcommand
operation: createIndexes
source:
file: apiargs-method-db.collection.createIndex-option-collation.yaml
ref: collation
...