-
public final class InternalTelemetryEvent.Configuration extends InternalTelemetryEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleantrackErrorsprivate final LongbatchSizeprivate final LongbatchUploadFrequencyprivate final BooleanuseProxyprivate final BooleanuseLocalEncryptionprivate final IntegerbatchProcessingLevel
-
Method Summary
Modifier and Type Method Description final BooleangetTrackErrors()final LonggetBatchSize()final LonggetBatchUploadFrequency()final BooleangetUseProxy()final BooleangetUseLocalEncryption()final IntegergetBatchProcessingLevel()-
-
Method Detail
-
getTrackErrors
final Boolean getTrackErrors()
-
getBatchSize
final Long getBatchSize()
-
getBatchUploadFrequency
final Long getBatchUploadFrequency()
-
getUseProxy
final Boolean getUseProxy()
-
getUseLocalEncryption
final Boolean getUseLocalEncryption()
-
getBatchProcessingLevel
final Integer getBatchProcessingLevel()
-
-
-
-