Class ThrottlingConfig
Throttling configuration
Inherited Members
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class ThrottlingConfig
Properties
| Edit this page View SourceAssets
Maximum number of parallel requests per assets operation
Declaration
public int Assets { get; set; }
Property Value
Type | Description |
---|---|
int | Maximum number of parallel operations |
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 |
Events
Maximum number of parallel requests per events operation
Declaration
public int Events { get; set; }
Property Value
Type | Description |
---|---|
int |
Instances
Maximum number of parallel requests per data modeling instances operation
Declaration
public int Instances { get; set; }
Property Value
Type | Description |
---|---|
int |
Ranges
Maximum number of parallel requests per get extracted ranges operation
Declaration
public int Ranges { get; set; }
Property Value
Type | Description |
---|---|
int |
Raw
Maximum number of parallel requests per raw operation
Declaration
public int Raw { get; set; }
Property Value
Type | Description |
---|---|
int |
Sequences
Maximum number of parallel requests per sequence operation
Declaration
public int Sequences { get; set; }
Property Value
Type | Description |
---|---|
int |
StreamRecords
Maximum number of parallel requests per stream record ingest operation.
Declaration
public int StreamRecords { get; set; }
Property Value
Type | Description |
---|---|
int |
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 |