File tree Expand file tree Collapse file tree 3 files changed +6863
-0
lines changed Expand file tree Collapse file tree 3 files changed +6863
-0
lines changed Original file line number Diff line number Diff line change 3621
3621
],
3622
3622
"description" : " A CosmosDB Cassandra API data source/sink"
3623
3623
},
3624
+ "CosmosMongoDataTransferDataSourceSink" : {
3625
+ "type" : " object" ,
3626
+ "properties" : {
3627
+ "collectionName" : {
3628
+ "type" : " string"
3629
+ },
3630
+ "component" : {
3631
+ "type" : " string" ,
3632
+ "enum" : [
3633
+ " CosmosDBMongo"
3634
+ ]
3635
+ },
3636
+ "databaseName" : {
3637
+ "type" : " string"
3638
+ }
3639
+ },
3640
+ "required" : [
3641
+ " collectionName" ,
3642
+ " component" ,
3643
+ " databaseName"
3644
+ ],
3645
+ "description" : " A CosmosDB Cassandra API data source/sink"
3646
+ },
3624
3647
"CosmosSqlDataTransferDataSourceSink" : {
3625
3648
"type" : " object" ,
3626
3649
"properties" : {
6194
6217
{
6195
6218
"$ref" : " #/definitions/CosmosCassandraDataTransferDataSourceSink"
6196
6219
},
6220
+ {
6221
+ "$ref" : " #/definitions/CosmosMongoDataTransferDataSourceSink"
6222
+ },
6197
6223
{
6198
6224
"$ref" : " #/definitions/CosmosSqlDataTransferDataSourceSink"
6199
6225
},
You can’t perform that action at this time.
0 commit comments