Class ChunkingConfig
Chunking configuration
Inherited Members
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class ChunkingConfig
Properties
| Edit this page View SourceAssets
Maximum number of assets per asset request
Declaration
public int Assets { get; set; }
Property Value
Type | Description |
---|---|
int | Maximum chunk size |
DataPointDelete
Maximum number of ranges per data point delete request
Declaration
public int DataPointDelete { get; set; }
Property Value
Type | Description |
---|---|
int | Maximum chunk size |
DataPointLatest
Maximum number of timeseries to check for each request to get latest datapoint
Declaration
public int DataPointLatest { get; set; }
Property Value
Type | Description |
---|---|
int |
DataPointList
Maximum number of time series per data point list request
Declaration
public int DataPointList { get; set; }
Property Value
Type | Description |
---|---|
int | Maximum chunk size |
DataPointTimeSeries
Maximum number of time series per data point request
Declaration
public int DataPointTimeSeries { get; set; }
Property Value
Type | Description |
---|---|
int | Maximum chunk size |
DataPoints
Maximum number of data points per data point update request
Declaration
public int DataPoints { get; set; }
Property Value
Type | Description |
---|---|
int | Maximum chunk size |
DataPointsGzipLimit
Minimum number of datapoints in a request before gzip should be used.
Declaration
public int DataPointsGzipLimit { get; set; }
Property Value
Type | Description |
---|---|
int |
Events
Maximum number of events to create or retrieve per request
Declaration
public int Events { get; set; }
Property Value
Type | Description |
---|---|
int |
Instances
Maximum number of data modeling instances per get/create instance request
Declaration
public int Instances { get; set; }
Property Value
Type | Description |
---|---|
int |
RawRows
Maximum number of rows per Raw row insert request
Declaration
public int RawRows { get; set; }
Property Value
Type | Description |
---|---|
int | Maximum chunk size |
RawRowsDelete
Maximum number of rows per Raw row delete request
Declaration
public int RawRowsDelete { get; set; }
Property Value
Type | Description |
---|---|
int | Maximum chunk size |
SequenceRowSequences
Maximum number of sequences per row insert request.
Declaration
public int SequenceRowSequences { get; set; }
Property Value
Type | Description |
---|---|
int |
SequenceRows
Maximum number of rows per sequence per row insert request
Declaration
public int SequenceRows { get; set; }
Property Value
Type | Description |
---|---|
int |
Sequences
Maximum number of sequences to create or retrieve per request
Declaration
public int Sequences { get; set; }
Property Value
Type | Description |
---|---|
int |
StreamRecords
Maximum number of stream records per ingest request.
Declaration
public int StreamRecords { get; set; }
Property Value
Type | Description |
---|---|
int |
TimeSeries
Maximum number of time series per time series request
Declaration
public int TimeSeries { get; set; }
Property Value
Type | Description |
---|---|
int | Maximum chunk size |