| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
WebApiSkill |
WebApiSkill.setBatchSize(Integer batchSize)
Set the batchSize property: The desired batch size which indicates
number of documents.
|
WebApiSkill |
WebApiSkill.setDegreeOfParallelism(Integer degreeOfParallelism)
Set the degreeOfParallelism property: If set, the number of parallel
calls that can be made to the Web API.
|
WebApiSkill |
WebApiSkill.setHttpHeaders(Map<String,String> httpHeaders)
Set the httpHeaders property: The headers required to make the http
request.
|
WebApiSkill |
WebApiSkill.setHttpMethod(String httpMethod)
Set the httpMethod property: The method for the http request.
|
WebApiSkill |
WebApiSkill.setTimeout(Duration timeout)
Set the timeout property: The desired timeout for the request.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.