Show / Hide Table of Contents

Class ChunkingConfig

Chunking configuration

Inheritance
object
ChunkingConfig
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 ChunkingConfig

Properties

| Edit this page View Source

Assets

Maximum number of assets per asset request

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

Maximum chunk size

| Edit this page View Source

DataPointDelete

Maximum number of ranges per data point delete request

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

Maximum chunk size

| Edit this page View Source

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
| Edit this page View Source

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

| Edit this page View Source

DataPointTimeSeries

Maximum number of time series per data point request

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

Maximum chunk size

| Edit this page View Source

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

| Edit this page View Source

DataPointsGzipLimit

Minimum number of datapoints in a request before gzip should be used.

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

Events

Maximum number of events to create or retrieve per request

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

Instances

Maximum number of data modeling instances per get/create instance request

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

RawRows

Maximum number of rows per Raw row insert request

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

Maximum chunk size

| Edit this page View Source

RawRowsDelete

Maximum number of rows per Raw row delete request

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

Maximum chunk size

| Edit this page View Source

SequenceRowSequences

Maximum number of sequences per row insert request.

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

SequenceRows

Maximum number of rows per sequence per row insert request

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

Sequences

Maximum number of sequences to create or retrieve per request

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

StreamRecords

Maximum number of stream records per ingest request.

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

TimeSeries

Maximum number of time series per time series request

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

Maximum chunk size

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