|
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.
|
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... | |
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. | const string IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue.BOX = "box" |
Constant BOX for box
| const string IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue.CLOUD_OBJECT_STORAGE = "cloud_object_storage" |
Constant CLOUD_OBJECT_STORAGE for cloud_object_storage
| const string IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue.SALESFORCE = "salesforce" |
Constant SALESFORCE for salesforce
| const string IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue.SHAREPOINT = "sharepoint" |
Constant SHAREPOINT for sharepoint
| const string IBM.Watson.Discovery.v1.Model.Source.TypeEnumValue.WEB_CRAWL = "web_crawl" |
Constant WEB_CRAWL for web_crawl