mongocli Atlas clusters onlineArchives create
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoCLI.
为集群创建在线存档。
语法
mongocli atlas clusters onlineArchives create [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--archiveAfter | float | true | Number of days that specifies the age limit for the data in the live Atlas cluster. |
--clusterName | 字符串 | true | 集群名称。 |
--collection | 字符串 | true | 集合名称。 |
--dateField | 字符串 | true | 文档中已建立索引的日期字段的名称。 |
--dateFormat | 字符串 | false | Date format for the date field. Valid values: ISODATE|EPOCH_SECONDS|EPOCH_MILLIS|EPOCH_NANOSECONDS. (default "ISODATE") |
--db | 字符串 | true | 数据库名称。 |
-h,--help | false | 创建帮助 | |
-o, --output | 字符串 | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--partition | 字符串 | false | Fields to use to partition data. You can specify up to two frequently queried fields to use for partitioning data. |
--projectId | 字符串 | false | Project ID to use. Overrides configuration file or environment variable settings. |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | Profile to use from your configuration file. |
Auto generated by MongoDB CLI on 29-Jun-2021