static ClientConfig |
ClientConfig.create() |
|
ClientConfig |
ClientConfig.withAppIdentifier(String identifier) |
Set the app identifier.
|
ClientConfig |
ClientConfig.withAsyncApiJobTimeout(Duration timeout) |
Sets the timeout for waiting for async api jobs to finish.
|
ClientConfig |
ClientConfig.withEntityMatchingMaxBatchSize(int batchSize) |
Sets the max batch size when executing entity matching operations.
|
ClientConfig |
ClientConfig.withExperimental(ClientConfig.FeatureFlag experimentalFeatures) |
Enable/disable experimental features.
|
ClientConfig |
ClientConfig.withMaxRetries(int retries) |
Sets the maximum number of retries when sending requests to the Cognite API.
|
ClientConfig |
ClientConfig.withNoListPartitions(int noPartitions) |
Specifies the number of partitions to use for (read) list requests.
|
ClientConfig |
ClientConfig.withNoTsWorkers(int noTsWorkers) |
Specifies the maximum number of workers to use for the Cognite API requests towards the time series service.
|
ClientConfig |
ClientConfig.withNoWorkers(int noWorkers) |
Specifies the maximum number of workers to use for the Cognite API requests.
|
ClientConfig |
ClientConfig.withProxyConfig(ProxyConfig proxyConfig) |
Specifies the proxy server configuration.
|
ClientConfig |
ClientConfig.withSessionIdentifier(String identifier) |
Set the session identifier.
|
ClientConfig |
ClientConfig.withUpsertMode(UpsertMode mode) |
Sets the upsert mode.
|