public interface HistoricalDataConfigurationType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<String> |
DEFINITION |
static QualifiedProperty<Double> |
EXCEPTION_DEVIATION |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat> |
EXCEPTION_DEVIATION_FORMAT |
static QualifiedProperty<Double> |
MAX_TIME_INTERVAL |
static QualifiedProperty<Double> |
MIN_TIME_INTERVAL |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
START_OF_ARCHIVE |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
START_OF_ONLINE_ARCHIVE |
static QualifiedProperty<Boolean> |
STEPPED |
| Modifier and Type | Method and Description |
|---|---|
AggregateConfigurationType |
getAggregateConfigurationNode()
Get the AggregateConfiguration
AggregateConfigurationType Node, or null if it does not exist. |
CompletableFuture<? extends AggregateConfigurationType> |
getAggregateConfigurationNodeAsync()
Asynchronous implementation of
getAggregateConfigurationNode(). |
FolderType |
getAggregateFunctionsNode()
Get the AggregateFunctions
FolderType Node, or null if it does not exist. |
CompletableFuture<? extends FolderType> |
getAggregateFunctionsNodeAsync()
Asynchronous implementation of
getAggregateFunctionsNode(). |
String |
getDefinition()
Get the local value of the Definition Node.
|
PropertyType |
getDefinitionNode()
Get the Definition
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getDefinitionNodeAsync()
Asynchronous implementation of
getDefinitionNode(). |
Double |
getExceptionDeviation()
Get the local value of the ExceptionDeviation Node.
|
org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat |
getExceptionDeviationFormat()
Get the local value of the ExceptionDeviationFormat Node.
|
PropertyType |
getExceptionDeviationFormatNode()
Get the ExceptionDeviationFormat
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getExceptionDeviationFormatNodeAsync()
Asynchronous implementation of
getExceptionDeviationFormatNode(). |
PropertyType |
getExceptionDeviationNode()
Get the ExceptionDeviation
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getExceptionDeviationNodeAsync()
Asynchronous implementation of
getExceptionDeviationNode(). |
Double |
getMaxTimeInterval()
Get the local value of the MaxTimeInterval Node.
|
PropertyType |
getMaxTimeIntervalNode()
Get the MaxTimeInterval
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxTimeIntervalNodeAsync()
Asynchronous implementation of
getMaxTimeIntervalNode(). |
Double |
getMinTimeInterval()
Get the local value of the MinTimeInterval Node.
|
PropertyType |
getMinTimeIntervalNode()
Get the MinTimeInterval
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMinTimeIntervalNodeAsync()
Asynchronous implementation of
getMinTimeIntervalNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getStartOfArchive()
Get the local value of the StartOfArchive Node.
|
PropertyType |
getStartOfArchiveNode()
Get the StartOfArchive
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getStartOfArchiveNodeAsync()
Asynchronous implementation of
getStartOfArchiveNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getStartOfOnlineArchive()
Get the local value of the StartOfOnlineArchive Node.
|
PropertyType |
getStartOfOnlineArchiveNode()
Get the StartOfOnlineArchive
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getStartOfOnlineArchiveNodeAsync()
Asynchronous implementation of
getStartOfOnlineArchiveNode(). |
Boolean |
getStepped()
Get the local value of the Stepped Node.
|
PropertyType |
getSteppedNode()
Get the Stepped
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSteppedNodeAsync()
Asynchronous implementation of
getSteppedNode(). |
String |
readDefinition()
Read the value of the Definition Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readDefinitionAsync()
An asynchronous implementation of
readDefinition(). |
Double |
readExceptionDeviation()
Read the value of the ExceptionDeviation Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readExceptionDeviationAsync()
An asynchronous implementation of
readExceptionDeviation(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat |
readExceptionDeviationFormat()
Read the value of the ExceptionDeviationFormat Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat> |
readExceptionDeviationFormatAsync()
An asynchronous implementation of
readExceptionDeviationFormat(). |
Double |
readMaxTimeInterval()
Read the value of the MaxTimeInterval Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readMaxTimeIntervalAsync()
An asynchronous implementation of
readMaxTimeInterval(). |
Double |
readMinTimeInterval()
Read the value of the MinTimeInterval Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readMinTimeIntervalAsync()
An asynchronous implementation of
readMinTimeInterval(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readStartOfArchive()
Read the value of the StartOfArchive Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readStartOfArchiveAsync()
An asynchronous implementation of
readStartOfArchive(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readStartOfOnlineArchive()
Read the value of the StartOfOnlineArchive Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readStartOfOnlineArchiveAsync()
An asynchronous implementation of
readStartOfOnlineArchive(). |
Boolean |
readStepped()
Read the value of the Stepped Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readSteppedAsync()
An asynchronous implementation of
readStepped(). |
void |
setDefinition(String definition)
Set the local value of the Definition Node.
|
void |
setExceptionDeviation(Double exceptionDeviation)
Set the local value of the ExceptionDeviation Node.
|
void |
setExceptionDeviationFormat(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
Set the local value of the ExceptionDeviationFormat Node.
|
void |
setMaxTimeInterval(Double maxTimeInterval)
Set the local value of the MaxTimeInterval Node.
|
void |
setMinTimeInterval(Double minTimeInterval)
Set the local value of the MinTimeInterval Node.
|
void |
setStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
Set the local value of the StartOfArchive Node.
|
void |
setStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
Set the local value of the StartOfOnlineArchive Node.
|
void |
setStepped(Boolean stepped)
Set the local value of the Stepped Node.
|
void |
writeDefinition(String definition)
Write a new value for the Definition Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDefinitionAsync(String definition)
An asynchronous implementation of
writeDefinition(String). |
void |
writeExceptionDeviation(Double exceptionDeviation)
Write a new value for the ExceptionDeviation Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeExceptionDeviationAsync(Double exceptionDeviation)
An asynchronous implementation of
writeExceptionDeviation(Double). |
void |
writeExceptionDeviationFormat(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
Write a new value for the ExceptionDeviationFormat Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeExceptionDeviationFormatAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
An asynchronous implementation of
writeExceptionDeviationFormat(ExceptionDeviationFormat). |
void |
writeMaxTimeInterval(Double maxTimeInterval)
Write a new value for the MaxTimeInterval Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxTimeIntervalAsync(Double maxTimeInterval)
An asynchronous implementation of
writeMaxTimeInterval(Double). |
void |
writeMinTimeInterval(Double minTimeInterval)
Write a new value for the MinTimeInterval Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMinTimeIntervalAsync(Double minTimeInterval)
An asynchronous implementation of
writeMinTimeInterval(Double). |
void |
writeStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
Write a new value for the StartOfArchive Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStartOfArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
An asynchronous implementation of
writeStartOfArchive(DateTime). |
void |
writeStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
Write a new value for the StartOfOnlineArchive Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStartOfOnlineArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
An asynchronous implementation of
writeStartOfOnlineArchive(DateTime). |
void |
writeStepped(Boolean stepped)
Write a new value for the Stepped Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSteppedAsync(Boolean stepped)
An asynchronous implementation of
writeStepped(Boolean). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<Boolean> STEPPED
static final QualifiedProperty<String> DEFINITION
static final QualifiedProperty<Double> MAX_TIME_INTERVAL
static final QualifiedProperty<Double> MIN_TIME_INTERVAL
static final QualifiedProperty<Double> EXCEPTION_DEVIATION
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat> EXCEPTION_DEVIATION_FORMAT
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> START_OF_ARCHIVE
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> START_OF_ONLINE_ARCHIVE
Boolean getStepped() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Stepped Node.void setStepped(Boolean stepped) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
stepped - the local value to set for the Stepped Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Stepped Node.Boolean readStepped() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeStepped(Boolean stepped) throws org.eclipse.milo.opcua.stack.core.UaException
stepped - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readSteppedAsync()
readStepped().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSteppedAsync(Boolean stepped)
writeStepped(Boolean).PropertyType getSteppedNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getSteppedNodeAsync()
getSteppedNode().String getDefinition() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Definition Node.void setDefinition(String definition) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
definition - the local value to set for the Definition Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Definition Node.String readDefinition() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeDefinition(String definition) throws org.eclipse.milo.opcua.stack.core.UaException
definition - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readDefinitionAsync()
readDefinition().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDefinitionAsync(String definition)
writeDefinition(String).PropertyType getDefinitionNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getDefinitionNodeAsync()
getDefinitionNode().Double getMaxTimeInterval() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxTimeInterval Node.void setMaxTimeInterval(Double maxTimeInterval) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxTimeInterval - the local value to set for the MaxTimeInterval Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxTimeInterval Node.Double readMaxTimeInterval() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxTimeInterval(Double maxTimeInterval) throws org.eclipse.milo.opcua.stack.core.UaException
maxTimeInterval - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readMaxTimeIntervalAsync()
readMaxTimeInterval().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxTimeIntervalAsync(Double maxTimeInterval)
writeMaxTimeInterval(Double).PropertyType getMaxTimeIntervalNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxTimeIntervalNodeAsync()
getMaxTimeIntervalNode().Double getMinTimeInterval() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MinTimeInterval Node.void setMinTimeInterval(Double minTimeInterval) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
minTimeInterval - the local value to set for the MinTimeInterval Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MinTimeInterval Node.Double readMinTimeInterval() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMinTimeInterval(Double minTimeInterval) throws org.eclipse.milo.opcua.stack.core.UaException
minTimeInterval - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readMinTimeIntervalAsync()
readMinTimeInterval().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMinTimeIntervalAsync(Double minTimeInterval)
writeMinTimeInterval(Double).PropertyType getMinTimeIntervalNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMinTimeIntervalNodeAsync()
getMinTimeIntervalNode().Double getExceptionDeviation() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ExceptionDeviation Node.void setExceptionDeviation(Double exceptionDeviation) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
exceptionDeviation - the local value to set for the ExceptionDeviation Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ExceptionDeviation Node.Double readExceptionDeviation() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeExceptionDeviation(Double exceptionDeviation) throws org.eclipse.milo.opcua.stack.core.UaException
exceptionDeviation - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readExceptionDeviationAsync()
readExceptionDeviation().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeExceptionDeviationAsync(Double exceptionDeviation)
writeExceptionDeviation(Double).PropertyType getExceptionDeviationNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getExceptionDeviationNodeAsync()
getExceptionDeviationNode().org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat getExceptionDeviationFormat()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ExceptionDeviationFormat Node.void setExceptionDeviationFormat(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
exceptionDeviationFormat - the local value to set for the ExceptionDeviationFormat Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ExceptionDeviationFormat Node.org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat readExceptionDeviationFormat()
throws org.eclipse.milo.opcua.stack.core.UaException
ExceptionDeviationFormat value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeExceptionDeviationFormat(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
throws org.eclipse.milo.opcua.stack.core.UaException
exceptionDeviationFormat - the ExceptionDeviationFormat value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat> readExceptionDeviationFormatAsync()
readExceptionDeviationFormat().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeExceptionDeviationFormatAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
writeExceptionDeviationFormat(ExceptionDeviationFormat).PropertyType getExceptionDeviationFormatNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getExceptionDeviationFormatNodeAsync()
getExceptionDeviationFormatNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getStartOfArchive()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartOfArchive Node.void setStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
startOfArchive - the local value to set for the StartOfArchive Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartOfArchive Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readStartOfArchive()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
throws org.eclipse.milo.opcua.stack.core.UaException
startOfArchive - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readStartOfArchiveAsync()
readStartOfArchive().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStartOfArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
writeStartOfArchive(DateTime).PropertyType getStartOfArchiveNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getStartOfArchiveNodeAsync()
getStartOfArchiveNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getStartOfOnlineArchive()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartOfOnlineArchive Node.void setStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
startOfOnlineArchive - the local value to set for the StartOfOnlineArchive Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartOfOnlineArchive Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readStartOfOnlineArchive()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
throws org.eclipse.milo.opcua.stack.core.UaException
startOfOnlineArchive - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readStartOfOnlineArchiveAsync()
readStartOfOnlineArchive().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStartOfOnlineArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
writeStartOfOnlineArchive(DateTime).PropertyType getStartOfOnlineArchiveNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getStartOfOnlineArchiveNodeAsync()
getStartOfOnlineArchiveNode().AggregateConfigurationType getAggregateConfigurationNode() throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
AggregateConfigurationType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends AggregateConfigurationType> getAggregateConfigurationNodeAsync()
getAggregateConfigurationNode().FolderType getAggregateFunctionsNode() throws org.eclipse.milo.opcua.stack.core.UaException
FolderType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
FolderType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends FolderType> getAggregateFunctionsNodeAsync()
getAggregateFunctionsNode().Copyright © 2021. All rights reserved.