public class SourceOptionsSiteColl
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
SourceOptionsSiteColl.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
limit |
protected java.lang.String |
siteCollectionPath |
Modifier | Constructor and Description |
---|---|
protected |
SourceOptionsSiteColl(SourceOptionsSiteColl.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
limit()
Gets the limit.
|
SourceOptionsSiteColl.Builder |
newBuilder()
New builder.
|
java.lang.String |
siteCollectionPath()
Gets the siteCollectionPath.
|
@SerializedName(value="site_collection_path") protected java.lang.String siteCollectionPath
protected java.lang.Long limit
protected SourceOptionsSiteColl(SourceOptionsSiteColl.Builder builder)
public SourceOptionsSiteColl.Builder newBuilder()
public java.lang.String siteCollectionPath()
The Microsoft SharePoint Online site collection path to crawl. The path must be be relative to the **organization_url** that was specified in the credentials associated with this source configuration.
public java.lang.Long limit()
The maximum number of documents to crawl for this site collection. By default, all documents in the site collection are crawled.