We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe7f26 commit a0de5c3Copy full SHA for a0de5c3
source/includes/online-archive-create.json
@@ -1,5 +1,7 @@
1
{
2
- "collName": "string",
+ "name":"myCluster",
3
+ "groupId": "32y6e74b3g91947azb20e3b8",
4
+ "collName": "myCollection",
5
"collectionType": "TIMESERIES",
6
"criteria": {
7
"type": "DATE"
@@ -11,13 +13,14 @@
11
13
"cloudProvider": "AWS",
12
14
"region": "US_EAST_1"
15
},
- "dbName": "string",
16
+ "dbName": "myDB",
17
"partitionFields": [
18
- "fieldName": "string",
19
+ "fieldName": "exampleField",
20
"order": 0
21
}
22
],
23
+
24
"paused": true,
25
"schedule": {
26
"type": "DEFAULT"
source/includes/online-archive-update.json
@@ -1,4 +1,7 @@
+ "archiveId":"32y6e74b3g32y6e74b3gyb45",
0 commit comments