Preparing search index...
The search index is not available
Cognite JavaScript SDK (beta)
Cognite JavaScript SDK (beta)
<internal>
PostInParallelWithAutomaticChunkingParams
Interface PostInParallelWithAutomaticChunkingParams<RequestType, ParamsType>
interface
PostInParallelWithAutomaticChunkingParams
<
RequestType
,
ParamsType
>
{
chunkSize
?:
number
;
items
:
RequestType
[]
;
params
?:
ParamsType
;
path
:
string
;
queryParams
?:
ParamsType
;
}
Type Parameters
RequestType
ParamsType
Index
Properties
chunk
Size?
items
params?
path
query
Params?
Properties
Optional
chunk
Size
chunk
Size
?:
number
items
items
:
RequestType
[]
Optional
params
params
?:
ParamsType
path
path
:
string
Optional
query
Params
query
Params
?:
ParamsType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chunk
Size
items
params
path
query
Params
Cognite JavaScript SDK (beta)
Loading...