Extension Config


To configure and customize your service plugin, you need to provide important details in the plugin.json configuration file.

If you created your service plugin extension with the CLI, required fields are automatically populated for you.

Configuration Params
namespacestring

The namespace of the external database. This can be used to access collections within the database, for example namespace/collectionId.


uriConfigSpiBaseUri

The URI where the service provider is deployed.


役に立ちましたか?
はい
いいえ

countDataItems( )


重要だ: This is a handler function. Implement it only as part of the service plugin.


Counts the number of items in the specified data collection that match the filtering preferences.

メソッド宣言
コピー
メソッド・パラメータ
payloadCountDataItemsEnvelope
リターン
Return Type:CountDataItemsResponse | Promise<CountDataItemsResponse>
役に立ちましたか?
はい
いいえ