public class SourceOptionsBuckets
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
SourceOptionsBuckets.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
limit |
protected java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
protected |
SourceOptionsBuckets(SourceOptionsBuckets.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
limit()
Gets the limit.
|
java.lang.String |
name()
Gets the name.
|
SourceOptionsBuckets.Builder |
newBuilder()
New builder.
|
protected SourceOptionsBuckets(SourceOptionsBuckets.Builder builder)
public SourceOptionsBuckets.Builder newBuilder()
public java.lang.String name()
The name of the cloud object store bucket to crawl.
public java.lang.Long limit()
The number of documents to crawl from this cloud object store bucket. If not specified, all documents in the bucket are crawled.