Skip to main content

Interface: SparqlProviderChunkOptions

Options for request chunking in SparqlDataProvider.

See

SparqlDataProviderOptions.chunk

Properties

PropertyModifierTypeDescription

maxSize

readonly

number

Maximum allowed chunk size.

This value must be a non-negative integer.

Note that the provider may form the chunk which is larger than specified if it cannot be split into smaller sub-chunks.

unit

readonly

"itemCount" | "totalLength"

Unit of measure for maxSize:

  • itemCount - count of IRIs in the chunk;
  • totalLength - total length of IRIs with separators in the chunk.