Property | Type | Description | |
---|---|---|---|
BlobStartDate | System.DateTime | ||
CompressionCode | int | ||
TimeStepQuantity | short | ||
TimeStepUnit | TSDateCalculator.TimeStepUnitCode |
Method | Description | |
---|---|---|
SetParametersIrregular ( int timeStepCount, System.DateTime blobStartDate, System.DateTime blobEndDate, int compressionCode ) : void |
TimeSeriesLibrary is responsible for ensuring that a certain set of meta-parameters (which are saved as database fields) are coordinated with the BLOB of timeseries data. This method records all of the meta-parameters of an irregular timeseries into the fields of this TSParameters object, using the input parameters given to the method.
|
|
SetParametersRegular ( TSDateCalculator timeStepUnit, short timeStepQuantity, int timeStepCount, System.DateTime blobStartDate, int compressionCode ) : void |
TimeSeriesLibrary is responsible for ensuring that a certain set of meta-parameters (which are saved as database fields) are coordinated with the BLOB of timeseries data. This method records all of the meta-parameters of a regular timeseries into the fields of this TSParameters object, using the input parameters given to the method.
|
public SetParametersIrregular ( int timeStepCount, System.DateTime blobStartDate, System.DateTime blobEndDate, int compressionCode ) : void | ||
timeStepCount | int | |
blobStartDate | System.DateTime | |
blobEndDate | System.DateTime | |
compressionCode | int | |
return | void |
public SetParametersRegular ( TSDateCalculator timeStepUnit, short timeStepQuantity, int timeStepCount, System.DateTime blobStartDate, int compressionCode ) : void | ||
timeStepUnit | TSDateCalculator | |
timeStepQuantity | short | |
timeStepCount | int | |
blobStartDate | System.DateTime | |
compressionCode | int | |
return | void |