Uipath Marketplace
MarketplaceStudioアクティビティMongo Activities for UiPath

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Mongo Activities for UiPath

Mongo Activities for UiPath

作成者: shivam kaushik

StarStarStarStarStarStarStarStarStarStar

0

アクティビティ

ダウンロード数

603

[戻る] ボタン
[戻る] ボタン
carouselImage0
[次へ] ボタン
[次へ] ボタン

要約

要約

A set of Custom Activities to perform Connect, Get Collection, Find, InsertMany & DeleteMany operations in Mongo Database.

概要

概要

The component includes the following 5 Custom Activities to interact with MONGO DB:

1. Connect To Mongo:

Inputs:

    a. ConnectionString - Of type String

    b. DatabaseName - Of type String

Output:

   a. Database - Of type MongoDB.Driver.MongoDatabaseBase

2. Get Mongo Collection:

Inputs:

   a. CollectionName - Of type String

   b. DataBase - Of type MongoDB.Driver.MongoDatabaseBase

Output:

   a. Collection - Of type MongoDB.Driver.IMongoCollection

3 . Find Activity:

Inputs:

   a. Collection - Of type MongoDB.Driver.IMongoCollection

   b. FilterQuery - Of type MongoDB.Bson.BsonDocument

output:

   a. FindResult - Of type Systems.Collections.Generic.List

4. Inser One Activity:

Inputs:

   a. Collection - Of type MongoDB.Driver.IMongoCollection

   b. InsertElement - Of type MongoDB.Bson.BsonDocument

   c. InsertOneType - Select the type of required InsertOne command from the dropdown - InsertOne or InsertOneAsync 

5. Delete Many Activity:

Inputs:

   a. Collection - Of type MongoDB.Driver.IMongoCollection

   b. FilterQuery - Of type MongoDB.Bson.BsonDocument

   c. DeleteManyType - Select the type of required DeleteMany command from the dropdown - DeleteMany or DeleteMany__Async 

outputs:

output must be used as per the DeleteMany command type. 

   a. DeleteResult - Of type MongoDB.Driver.DeleteResult

   b. DeleteResultAsync - Of type System.Threading.Tasks.Task

Dependencies on MongoDB.Driver - In the Manage Packages (in UiPath Studio) - Search and install - MongoDB.Driver by author - MongoDB Inc.

機能

機能

Are you trying to integrate your MongoDB directly with your Automation processes?

This Custom Activities package allows you to directly interact with your MongoDB. You can perform various operations like Connect, GetCollection, Find, InsertOne (InsertOne and InsertOneAsync), DeleteMany (DeleteMany and DeleteManyAsync).

その他の情報

その他の情報

依存関係

MongoDB.Driver 2.13.1

コード言語

C#, Visual Basic

ランタイム

Windows レガシ (.Net Framework 4.6.1)

公開者

shivam kaushik

公開者ページを表示

ライセンス契約とプライバシー条項

MIT

プライバシー条項

技術情報

バージョン

1.0.0

更新日

2021年9月15日

対応製品

Studio: 21.4 - 22.10

認定

シルバー 認定済み

アプリケーション

MongoDB

サポート

UiPath コミュニティ サポート

リソース

類似のコンポーネント