public class SourceOptionsObject
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SourceOptionsObject.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
limit()
Gets the limit. 
 | 
String | 
name()
Gets the name. 
 | 
SourceOptionsObject.Builder | 
newBuilder()
New builder. 
 | 
public SourceOptionsObject.Builder newBuilder()
public String name()
The name of the Salesforce document object to crawl. For example, `case`.
public Long limit()
The maximum number of documents to crawl for this document object. By default, all documents in the document object are crawled.
Copyright © 2021 IBM Cloud. All rights reserved.