Show / Hide Table of Contents

Class ThrottlingConfig

Throttling configuration

Inheritance
object
ThrottlingConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class ThrottlingConfig

Properties

| Edit this page View Source

Assets

Maximum number of parallel requests per assets operation

Declaration
public int Assets { get; set; }
Property Value
Type Description
int

Maximum number of parallel operations

| Edit this page View Source

DataPoints

Maximum number of parallel requests per data points operations

Declaration
public int DataPoints { get; set; }
Property Value
Type Description
int

Maximum number of parallel operations

| Edit this page View Source

Events

Maximum number of parallel requests per events operation

Declaration
public int Events { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Instances

Maximum number of parallel requests per data modeling instances operation

Declaration
public int Instances { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Ranges

Maximum number of parallel requests per get extracted ranges operation

Declaration
public int Ranges { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Raw

Maximum number of parallel requests per raw operation

Declaration
public int Raw { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Sequences

Maximum number of parallel requests per sequence operation

Declaration
public int Sequences { get; set; }
Property Value
Type Description
int
| Edit this page View Source

StreamRecords

Maximum number of parallel requests per stream record ingest operation.

Declaration
public int StreamRecords { get; set; }
Property Value
Type Description
int
| Edit this page View Source

TimeSeries

Maximum number of parallel requests per time series operation

Declaration
public int TimeSeries { get; set; }
Property Value
Type Description
int

Maximum number of parallel operations

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX