Watson Developer Cloud .NET Standard SDK  5.0.1
The .NET SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue Class Reference

The type of source to connect to. More...

Public Attributes

const string BOX = "box"
 Constant BOX for box More...
 
const string SALESFORCE = "salesforce"
 Constant SALESFORCE for salesforce More...
 
const string SHAREPOINT = "sharepoint"
 Constant SHAREPOINT for sharepoint More...
 
const string WEB_CRAWL = "web_crawl"
 Constant WEB_CRAWL for web_crawl More...
 
const string CLOUD_OBJECT_STORAGE = "cloud_object_storage"
 Constant CLOUD_OBJECT_STORAGE for cloud_object_storage More...
 

Detailed Description

The type of source to connect to.

  • box indicates the configuration is to connect an instance of Enterprise Box.
  • salesforce indicates the configuration is to connect to Salesforce.
  • sharepoint indicates the configuration is to connect to Microsoft SharePoint Online.
  • web_crawl indicates the configuration is to perform a web page crawl.
  • cloud_object_storage indicates the configuration is to connect to a cloud object store.

Member Data Documentation

◆ BOX

const string IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue.BOX = "box"

Constant BOX for box

◆ CLOUD_OBJECT_STORAGE

const string IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue.CLOUD_OBJECT_STORAGE = "cloud_object_storage"

Constant CLOUD_OBJECT_STORAGE for cloud_object_storage

◆ SALESFORCE

const string IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue.SALESFORCE = "salesforce"

Constant SALESFORCE for salesforce

◆ SHAREPOINT

const string IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue.SHAREPOINT = "sharepoint"

Constant SHAREPOINT for sharepoint

◆ WEB_CRAWL

const string IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue.WEB_CRAWL = "web_crawl"

Constant WEB_CRAWL for web_crawl


The documentation for this class was generated from the following file: