com.cognite.sdk.scala.common.Constants.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cognite-sdk-scala_2.13 Show documentation
Show all versions of cognite-sdk-scala_2.13 Show documentation
Scala SDK for Cognite Data Fusion.
The newest version!
// Copyright 2020 Cognite AS
// SPDX-License-Identifier: Apache-2.0
package com.cognite.sdk.scala.common
import scala.concurrent.duration.FiniteDuration
import scala.concurrent.duration._
object Constants {
val dataPointsBatchSize: Int = 100000
val aggregatesBatchSize: Int = 10000
val defaultBatchSize: Int = 1000
val rowsBatchSize: Int = 10000
val DefaultMaxRetries: Int = 10
val DefaultInitialRetryDelay: FiniteDuration = 150.millis
val DefaultMaxBackoffDelay: FiniteDuration = 120.seconds
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy