public ConvertListToBlobWithChecksum ( TSDateCalculator timeStepUnit, short timeStepQuantity, int timeStepCount, System.DateTime blobStartDate, System.DateTime blobEndDate, List |
||
timeStepUnit | TSDateCalculator | TSDateCalculator.TimeStepUnitCode value for /// Minute, Hour, Day, Week, Month, Year, or Irregular |
timeStepQuantity | short | The number of the given unit that defines the time step. /// For instance, if the time step is 6 hours long, then this value is 6. |
timeStepCount | int | The number of time steps stored in the BLOB |
blobStartDate | System.DateTime | Date of the first time step in the BLOB |
blobEndDate | System.DateTime | Date of the last time step in the BLOB |
dateValueList | List |
A List of TimeSeriesValue objects that will be converted to a BLOB |
traceObject | ITimeSeriesTrace | an object which contains the a TraceNumber property that is used to /// compute the checksum. The computed BLOB and checksum are both saved to the appropriate properties /// of this object. |
compressionCode | int | a generation number that indicates what compression technique to use |
return | byte[] |