public class DefaultQueryParamsTableResults
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DefaultQueryParamsTableResults.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Long |
count()
Gets the count.
|
Boolean |
enabled()
Gets the enabled.
|
DefaultQueryParamsTableResults.Builder |
newBuilder()
New builder.
|
Long |
perDocument()
Gets the perDocument.
|
public DefaultQueryParamsTableResults.Builder newBuilder()
public Boolean enabled()
When `true`, a table results for the query are returned by default.
public Long count()
The number of table results to return by default.
public Long perDocument()
The number of table results to include in each result document.
Copyright © 2024 IBM Cloud. All rights reserved.