THistory is a utility class with numerous static methods for access archive data from either the central archive system of the local history subsystems of targeted servers. More...
Static Public Member Functions | |
static void | setPreferCentralSource (boolean value) |
Establishes a preference for central archive data over local history data in archive calls if this setting is 'true'. More... | |
static void | setPreferLocalSource (boolean value) |
Establishes a preference for local history data over central archive data in archive calls if this setting is 'true'. More... | |
static synchronized int | getAnnotationTimes (String context, String property, double start, double stop, double[] data, int timeout) |
static synchronized int | getAnnotationTimes (String context, String server, String property, double start, double stop, double[] data, int timeout) |
static synchronized int | getAnnotationTimes (String context, String property, double start, double stop, double[] data, boolean[] isActive, int timeout) |
static synchronized int | getAnnotationTimes (String context, String server, String property, double start, double stop, double[] data, boolean[] isActive, int timeout) |
static synchronized int | getAnnotation (String context, String property, double target, String[] data, int timeout) |
Gets an annotation from the central archive at a selected time. More... | |
static synchronized int | getAnnotation (String context, String server, String property, double target, String[] data, int timeout) |
Gets an annotation at a selected time. More... | |
static synchronized int | setAnnotation (String context, String text) |
Annotates the designated context in the central archive at the current time. More... | |
static synchronized int | setAnnotation (String context, String property, String text) |
Annotates the designated record property in the central archive at the current time. More... | |
static synchronized int | setAnnotation (String context, String property, double targetTime, String text, int timeout) |
Annotates the designated record property in the central archive. More... | |
static synchronized int | setAnnotation (String context, String property, double targetTime, String text, boolean keepAlive, int timeout) |
Annotates the designated record property in the central archive. More... | |
static synchronized int | setAnnotation (String context, String server, String property, double targetTime, String text, boolean keepAlive, int timeout) |
Annotates the designated record property in the central archive. More... | |
static int | getTrendData (String context, String server, String property, String device, int index, int fieldIndex, int depthInSeconds, int interval, TCompoundDataObject[] data) |
Gets the current trend of the targeted address. More... | |
static int | getArchivedData (String context, String server, String property, String device, double start, double stop, TCompoundDataObject[] data) |
Retrieves an archive data set. More... | |
static int | getArchivedData (String context, String server, String property, String device, double start, double stop, TCompoundDataObject[] data, THistorySource src, int timeout) |
Retrieves an archive data set. More... | |
static int | getArchivedData (String context, String server, String property, String device, int index, int fieldindex, double start, double stop, TCompoundDataObject[] data, THistorySource src, int timeout, boolean extendedRange) |
Retrieves an archive data set. More... | |
static int | getArchivedData (String context, String server, String property, String device, int index, double start, double stop, TCompoundDataObject[] data) |
Retrieves an archive data set. More... | |
static int | getArchivedData (String context, String server, String property, String device, int index, double start, double stop, TCompoundDataObject[] data, int timeout) |
Retrieves an archive data set. More... | |
static int | getArchivedData (String context, String server, String property, String device, int index, int sample, double start, double stop, TCompoundDataObject[] data, int timeout) |
Retrieves an archive data set. More... | |
static int | getArchivedData (String context, String server, String property, String device, int index, int sample, double start, double stop, TCompoundDataObject[] data, int timeout, boolean extendedRange) |
Retrieves an archive data set. More... | |
static int | getNumPointsInInterval (String context, String server, String property, String device, double start, double stop) |
Retrieves the total number of stored data points in the interval specified. More... | |
static int | getNumPointsInInterval (String context, String server, String property, String device, double start, double stop, int timeout) |
Retrieves the total number of stored data points in the interval specified. More... | |
static int | getArchivedSnapshot (String context, String server, String property, String device, double[] targetTime, String[] data) |
Retrieves an archived data array 'snapshot' at the time specified. More... | |
static int | getArchivedSnapshot (String context, String server, String property, String device, double[] targetTime, IMAGE data) |
Retrieves an archived data array 'snapshot' at the time specified. More... | |
static int | getArchivedSnapshot (String context, String server, String property, String device, double[] targetTime, float[] data) |
Retrieves an archived data array 'snapshot' at the time specified. More... | |
static String[] | getArchivedProperties (String context) |
Retrieve a list of properties archived by the central archive server for the context given. More... | |
static String[] | getArchivedProperties (String context, String server) |
Retrieve a list of properties archived by the given server. More... | |
static String[] | getArchivedProperties (String context, String server, String subsystem) |
Retrieve a list of properties archived by the given server. More... | |
static HstPrp[] | getArchivedPropertyList (String context, String server, String subsystem) |
Retrieve a list of properties archived by the given server as a list of HstPrp instances, where additional information is returned along with the property name. More... | |
static String[] | getArchivedDevices (String context, String server, String property) |
Retrieve a list of archived devices for the given server and property. More... | |
static String[] | getArchivedSubsystems (String context) |
Retrieve a list of available subsystems at the central archive server for the given context. More... | |
static String[] | getArchiveServerContexts () |
Retrieve a list of available contexts where a central archive server exists. More... | |
static String[] | getArchiveServerContexts (String importance) |
Retrieve a list of available contexts where a central archive server exists and has the importance specified. More... | |
THistory is a utility class with numerous static methods for access archive data from either the central archive system of the local history subsystems of targeted servers.
|
static |
Gets an annotation from the central archive at a selected time.
context | is the context of the Central Archive Server |
property | is the targeted record keyword name |
target | is the desired annotation time |
data | is the annotation text as a string array |
timeout | is the allowed duration of the annotation call before issuing a timeout message. |
|
static |
Gets an annotation at a selected time.
context | is the context of the target server |
server | is the targeted device server name. If null then the central archive server is assumed. |
property | is the targeted archive property |
target | is the desired annotation time |
data | is the annotation text as a string array |
timeout | is the allowed duration of the annotation call before issuing a timeout message. |
References de.desy.tine.client.TLink.executeAndClose(), and de.desy.tine.dataUtils.TDataType.getCompletionLength().
|
static |
context | is the context of the targeted central archive server |
property | is the targeted archive keyword. |
start | is a UTC double giving the start of the desired range |
stop | is a UTC double giving the end of the desired range |
data | is an array of UTC doubles giving the time stamps of any annotations for in the range given. These timestamps can then be used in calls to getAnnotation(). |
isActive | is a boolean array whose contents determine whether the annotation in question is an 'active' annotation or not. |
timeout | is the allowed duration of the annotation call before issuing a timeout message. |
References de.desy.tine.histUtils.THistory.getAnnotationTimes().
|
static |
context | is the context of the targeted central archive server |
property | is the targeted archive keyword |
start | is a UTC double giving the start of the desired range |
stop | is a UTC double giving the end of the desired range |
data | is an array of UTC doubles giving the time stamps of any annotations for in the range given. These timestamps can then be used in calls to getAnnotation(). |
timeout | is the allowed duration of the annotation call before issuing a timeout message. |
Referenced by de.desy.tine.histUtils.THistory.getAnnotationTimes().
|
static |
context | is the context of the target server |
server | is the targeted device server name. If null then the central archive server is assumed. |
property | is the targeted archive property |
start | is a UTC double giving the start of the desired range |
stop | is a UTC double giving the end of the desired range |
data | is an array of UTC doubles giving the time stamps of any annotations for in the range given. These timestamps can then be used in calls to getAnnotation(). |
isActive | is a boolean array whose contents determine whether the annotation in question is an 'active' annotation or not. |
timeout | is the allowed duration of the annotation call before issuing a timeout message. |
References de.desy.tine.client.TLink.executeAndClose(), and de.desy.tine.dataUtils.TDataType.getCompletionLength().
|
static |
context | is the context of the target server |
server | is the targeted device server name. If null then the central archive server is assumed. |
property | is the targeted archive property |
start | is a UTC double giving the start of the desired range |
stop | is a UTC double giving the end of the desired range |
data | is an array of UTC doubles giving the time stamps of any annotations for in the range given. These timestamps can then be used in calls to getAnnotation(). |
timeout | is the allowed duration of the annotation call before issuing a timeout message. |
References de.desy.tine.histUtils.THistory.getAnnotationTimes().
|
static |
Retrieves an archive data set.
Retrieve an archive data set (value - timestamp pairs) for the target property and device given and over the time range specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
start | is the start time in seconds (UTC double, a TINE timestamp) |
stop | is the stop time in seconds (UTC double, a TINE timestamp) |
data | is a reference to a (doublet) data array object to contain the returned data. This can be one of FLTINT[], DBLDBL[], NAME64I[], and so on. The array should be dimensioned to the maximum number of points desired (effectively determining a raster over which the archived data will be distributed. The reference object can also be an array of HISTORY[] object instances, which have been constructed with the desired data type (usually a compound data type) to be returned. The number of points returned in the call will often be less than array dimension so one should pay attention to the return value of the call. |
|
static |
Retrieves an archive data set.
Retrieve an archive data set (value - timestamp pairs) for the target property and device given and over the time range specified. Both the central archive and local archive are queried for the number of stored points over the interval. Data are usually retrieved from the central archive system if there are at least 500 points over the time interval in question. Otherwise the local archive system is used. By examining the THistorySource object one can see which source was chosen and how many points both sources have over the interval. For dedicated retrieval from one source or the other, please use an overloaded method which does not take the THistorySource parameter!
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
start | is the start time in seconds (UTC double, a TINE timestamp) |
stop | is the stop time in seconds (UTC double, a TINE timestamp) |
data | is a reference to a (doublet) data array object to contain the returned data. This can be one of FLTINT[], DBLDBL[], NAME64I[], and so on. The array should be dimensioned to the maximum number of points desired (effectively determining a raster over which the archived data will be distributed. The reference object can also be an array of HISTORY[] object instances, which have been constructed with the desired data type (usually a compound data type) to be returned. The src parameter will give the exact number of points actually stored over the interval specified. The number of points returned in the call will often be less than array dimension and less than the exact number of points stored over the interval. |
src | is a reference to a THistorySource object to receive the history source information. |
timeout | gives the number of milliseconds to wait for the call to complete (usually 1000 is sufficient). |
|
static |
Retrieves an archive data set.
Retrieve an archive data set (value - timestamp pairs) for the target property and device given and over the time range specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
index | is the desired array element index (if the data source represents an array) |
start | is the start time in seconds (UTC double, a TINE timestamp) |
stop | is the stop time in seconds (UTC double, a TINE timestamp) |
data | is a reference to a (doublet) data array object to contain the returned data. This can be one of FLTINT[], DBLDBL[], NAME64I[], and so on. The array should be dimensioned to the maximum number of points desired (effectively determining a raster over which the archived data will be distributed. The reference object can also be an array of HISTORY[] object instances, which have been constructed with the desired data type (usually a compound data type) to be returned. The number of points returned in the call will often be less than array dimension so one should pay attention to the return value of the call. |
|
static |
Retrieves an archive data set.
Retrieve an archive data set (value - timestamp pairs) for the target property and device given and over the time range specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
index | is the desired array element index (if the data source represents an array) |
start | is the start time in seconds (UTC double, a TINE timestamp) |
stop | is the stop time in seconds (UTC double, a TINE timestamp) |
data | is a reference to a (doublet) data array object to contain the returned data. This can be one of FLTINT[], DBLDBL[], NAME64I[], and so on. The array should be dimensioned to the maximum number of points desired (effectively determining a raster over which the archived data will be distributed. The reference object can also be an array of HISTORY[] object instances, which have been constructed with the desired data type (usually a compound data type) to be returned. The number of points returned in the call will often be less than array dimension so one should pay attention to the return value of the call. |
timeout | gives the number of milliseconds to wait for the call to complete (usually 1000 is sufficient). |
|
static |
Retrieves an archive data set.
Retrieve an archive data set (value - timestamp pairs) for the target property and device given and over the time range specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
index | is the desired array element index (if the data source represents an array) |
fieldindex | is the desired data type field index (if the stored data is a compound data type or a structure. |
start | is the start time in seconds (UTC double, a TINE timestamp) |
stop | is the stop time in seconds (UTC double, a TINE timestamp) |
data | is a reference to a (doublet) data array object to contain the returned data. This can be one of FLTINT[], DBLDBL[], NAME64I[], and so on. The array should be dimensioned to the maximum number of points desired (effectively determining a raster over which the archived data will be distributed. The reference object can also be an array of HISTORY[] object instances, which have been constructed with the desired data type (usually a compound data type) to be returned. The number of points returned in the call will often be less than array dimension so one should pay attention to the return value of the call. |
src | is the THistorySource object reference, which gives information about the history source used in accessing and returning data. |
timeout | is the amount of time (milliseconds) to wait for the history call to complete. |
extendedRange | if 'true' adds an amount of time (twice the archive heartbeat) to each end of the given time range. This will usually ensure that a plotted trend will be able to extend itself to the boundaries of a graphical display. |
References de.desy.tine.dataUtils.TDataTime.toString().
|
static |
Retrieves an archive data set.
Retrieve an archive data set (value - timestamp pairs) for the target property and device given and over the time range specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
start | is the start time in seconds (UTC double, a TINE timestamp) |
stop | is the stop time in seconds (UTC double, a TINE timestamp) |
sample | is the desired raster sample. Passing a '0' will instruct the targeted server to select a raster which will best fill in the desired time range. If (e.g.) a '1' is passed then no raster will be used. This means that the desired 'stop' time may not have been reached. Thus the returned data need to be examined in order to determine whether the call should be repeated (after adjusting the 'start' time). |
data | is a reference to a HISTORY[] data array object to contain the returned data. This object passed should be an array of HISTORY instances, which have been constructed with the desired data type (usually a compound data type) to be returned. The array should be dimensioned to the maximum number of points desired (effectively determining a raster over which the archived data will be distributed. The number of points returned in the call will often be less than array dimension so one should pay attention to the return value of the call. |
timeout | gives the number of milliseconds to wait for the call to complete (usually 1000 is sufficient). |
|
static |
Retrieves an archive data set.
Retrieve an archive data set (value - timestamp pairs) for the target property and device given and over the time range specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
start | is the start time in seconds (UTC double, a TINE timestamp) |
stop | is the stop time in seconds (UTC double, a TINE timestamp) |
sample | is the desired raster sample. Passing a '0' will instruct the targeted server to select a raster which will best fill in the desired time range. If (e.g.) a '1' is passed then no raster will be used. This means that the desired 'stop' time may not have been reached. Thus the returned data need to be examined in order to determine whether the call should be repeated (after adjusting the 'start' time). |
data | is a reference to a HISTORY[] data array object to contain the returned data. This object passed should be an array of HISTORY instances, which have been constructed with the desired data type (usually a compound data type) to be returned. The array should be dimensioned to the maximum number of points desired (effectively determining a raster over which the archived data will be distributed. The number of points returned in the call will often be less than array dimension so one should pay attention to the return value of the call. |
timeout | gives the number of milliseconds to wait for the call to complete (usually 1000 is sufficient). |
extendedRange | if 'true' signals that the call should begin searching for points 2 heartbeat intervals prior to the given start time and end 2 heartbeat intervals past the given stop time. |
|
static |
Retrieve a list of archived devices for the given server and property.
context | is the targeted server context |
server | is the targeted server name |
property | is the targeted property |
References de.desy.tine.queryUtils.TQuery.getDeviceNames().
|
static |
Retrieve a list of properties archived by the central archive server for the context given.
context | is the targeted context |
Referenced by de.desy.tine.histUtils.THistory.getArchivedProperties().
|
static |
Retrieve a list of properties archived by the given server.
context | is the targeted server context |
server | is the targeted server name |
References de.desy.tine.histUtils.THistory.getArchivedProperties().
|
static |
Retrieve a list of properties archived by the given server.
context | is the targeted server context |
server | is the targeted server name |
subsystem | is the targeted subsystem (applicable when the server = "HISTORY", i.e. the central archive server) |
References de.desy.tine.client.TLink.close(), and de.desy.tine.client.TLink.execute().
|
static |
Retrieve a list of properties archived by the given server as a list of HstPrp instances, where additional information is returned along with the property name.
context | is the targeted server context |
server | is the targeted server name |
subsystem | is the targeted subsystem (applicable when the server = "HISTORY", i.e. the central archive server) |
References de.desy.tine.client.TLink.executeAndClose(), and de.desy.tine.dataUtils.TDataType.getCompletionLength().
|
static |
Retrieves an archived data array 'snapshot' at the time specified.
Retrieve an archive data set for the target property and device given at the time specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried. The returned data set represents the entire data array, be it a multi-channel array, trace array, or scalar at a stored time nearest (but not greater than) the given time.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
targetTime | is the targetted time in seconds (UTC double, a TINE timestamp) This is passed as a single-valued array, so that the targetted time can be altered by the call to reflect the time found. |
data | is a reference to a float data array object to contain the returned data. The array should be dimensioned to the number of points in the data record. |
|
static |
Retrieves an archived data array 'snapshot' at the time specified.
Retrieve an archive data set for the target property and device given at the time specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried. The returned IMAGE represents the image at a stored time nearest (but not greater than) the given time.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
targetTime | is the targetted time in seconds (UTC double, a TINE timestamp) This is passed as a single-valued array, so that the targetted time can be altered by the call to reflect the time found. |
data | is a reference to an IMAGE data array object to contain the returned data. The array should have a length 1 |
|
static |
Retrieves an archived data array 'snapshot' at the time specified.
Retrieve an archive data set for the target property and device given at the time specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried. The returned data set represents the entire data array, be it a multi-channel array, trace array, or scalar at a stored time nearest (but not greater than) the given time.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
targetTime | is the targetted time in seconds (UTC double, a TINE timestamp) This is passed as a single-valued array, so that the targetted time can be altered by the call to reflect the time found. |
data | is a reference to a String data array object to contain the returned data. The array should be dimensioned to the number of points in the data record. |
|
static |
Retrieve a list of available subsystems at the central archive server for the given context.
context | is the targeted server context |
|
static |
Retrieve a list of available contexts where a central archive server exists.
References de.desy.tine.queryUtils.TQuery.getContexts().
|
static |
Retrieve a list of available contexts where a central archive server exists and has the importance specified.
importance | is the targeted importance level (one of "ALL", "IMPORTANT", "CRITICAL", "ESSENTIAL") |
References de.desy.tine.queryUtils.TQuery.getContexts().
|
static |
Retrieves the total number of stored data points in the interval specified.
Retrieve the number of points stored for the given parameters and over the time range specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
start | is the start time in seconds (UTC double, a TINE timestamp) |
stop | is the stop time in seconds (UTC double, a TINE timestamp) |
|
static |
Retrieves the total number of stored data points in the interval specified.
Retrieve the number of points stored for the given parameters and over the time range specified. If server is null, an empty string, or "HISTORY", the central archive server is queried for the data. Otherwise the local history subsystem of the device server specified is queried.
context | is the desired context |
server | is the device server which manages the archived parameter. If null then the central archive will be queried for the property and device |
property | is the desired archived property |
device | is the desired device name |
start | is the start time in seconds (UTC double, a TINE timestamp) |
stop | is the stop time in seconds (UTC double, a TINE timestamp) |
timeout | gives the number of milliseconds to wait for the call to complete (usually 1000 is sufficient). |
|
static |
Gets the current trend of the targeted address.
The call will start an asynchronous listener to obtain the current value and append it to the current trend data. Thus, the call can be made repeatedly (logically, not more often than the given update interval). When the call is NOT made repeatedly then after 5 minutes of idle time (i.e. without an additional call) then the listener will be stopped.
context | is the targeted address context |
server | is the targeted address server |
property | is the property whose trend is desired |
device | is the targeted address device |
index | is the desired index (in case the target property represents an array) |
fieldIndex | is the desired field index (in case the target property is of a complex or structured format) |
depthInSeconds | is the desired trend depth in seconds (e.g. 3600 for 1 hour, 86400 for 1 day) |
interval | is the desired update interval (passed to the asynchronous listener) |
data | is the data object to hold the trend data (must be of data type DBLDBL (i.e. DBLTIME) or DBLDBLDBL |
|
static |
Annotates the designated record property in the central archive.
context | is the context of the Central Archive Server |
property | is the targeted record keyword name |
targetTime | is the desired annotation time (if <= 0 then the current time will be used) |
text | is the desired annotation text |
keepAlive | if 'true' this will flag the annotation as 'active' (i.e. valid until cleared by the next annotation). Only valid for central archive annotations. |
timeout | is the allowed duration of the annotation call before issuing a timeout message. |
References de.desy.tine.histUtils.THistory.setAnnotation().
|
static |
Annotates the designated record property in the central archive.
context | is the context of the Central Archive Server |
property | is the targeted record keyword name |
targetTime | is the desired annotation time (if <= 0 then the current time will be used) |
text | is the desired annotation text |
timeout | is the allowed duration of the annotation call before issuing a timeout message. |
References de.desy.tine.histUtils.THistory.setAnnotation().
|
static |
Annotates the designated record property in the central archive at the current time.
context | is the context of the Central Archive Server |
property | is the targeted record keyword name |
text | is the desired annotation text |
References de.desy.tine.histUtils.THistory.setAnnotation().
|
static |
Annotates the designated record property in the central archive.
context | is the context of the Central Archive Server |
server | is the targeted device server name. If null then the central archive server is assumed. |
property | is the targeted record keyword name |
targetTime | is the desired annotation time (if <= 0 then the current time will be used) |
text | is the desired annotation text |
keepAlive | if 'true' this will flag the annotation as 'active' (i.e. valid until cleared by the next annotation) |
timeout | is the allowed duration of the annotation call before issuing a timeout message. |
References de.desy.tine.client.TLink.executeAndClose(), and de.desy.tine.dataUtils.TDataTime.getDataTimeStamp().
|
static |
Annotates the designated context in the central archive at the current time.
context | is the context of the Central Archive Server |
text | is the desired annotation text |
Referenced by de.desy.tine.histUtils.THistory.setAnnotation().
|
static |
Establishes a preference for central archive data over local history data in archive calls if this setting is 'true'.
value | is the desired setting |
|
static |
Establishes a preference for local history data over central archive data in archive calls if this setting is 'true'.
value | is the desired setting |