GenerateDataDocumentsForParameter Method

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

ParameterProcessor..::..GenerateDataDocumentsForParameter Method

Namespace:  RegnoSoftware.Standard.Processors
Assembly:  RegnoSoftware.Standard (in RegnoSoftware.Standard.dll)

Syntax


public List<IRegnoParamDataDoc> GenerateDataDocumentsForParameter(
	string configId,
	string paramDefId,
	long startTime,
	long documentInterval,
	long sampleInterval,
	long[] timestamps,
	double[] dataValues,
	int numSamplesToProcess
)

Parameters

configId
Type: String
paramDefId
Type: String
startTime
Type: Int64
documentInterval
Type: Int64
sampleInterval
Type: Int64
timestamps
Type: array<Int64>[]()[][]
dataValues
Type: array<Double>[]()[][]
numSamplesToProcess
Type: Int32