pub struct OperationalLimits {Show 17 fields
pub max_nodes_per_translate_browse_paths_to_node_ids: usize,
pub max_nodes_per_read: usize,
pub max_nodes_per_write: usize,
pub max_nodes_per_method_call: usize,
pub max_nodes_per_browse: usize,
pub max_nodes_per_register_nodes: usize,
pub max_monitored_items_per_call: usize,
pub max_nodes_per_history_read_data: usize,
pub max_nodes_per_history_read_events: usize,
pub max_nodes_per_history_update: usize,
pub max_references_per_browse_node: usize,
pub max_node_descs_per_query: usize,
pub max_data_sets_query_return: usize,
pub max_references_query_return: usize,
pub max_nodes_per_node_management: usize,
pub max_references_per_references_management: usize,
pub max_subscriptions_per_call: usize,
}Expand description
Limits on service calls.
Fields§
§max_nodes_per_translate_browse_paths_to_node_ids: usizeMaximum number of nodes per translate browse paths to node IDs call.
max_nodes_per_read: usizeMaximum number of nodes per Read call.
max_nodes_per_write: usizeMaximum number of nodes per Write call.
max_nodes_per_method_call: usizeMaximum number of nodes per Call service call.
max_nodes_per_browse: usizeMaximum number of nodes per Browse call.
max_nodes_per_register_nodes: usizeMaximum number of nodes per RegisterNodes call.
max_monitored_items_per_call: usizeMaximum number of nodes per create/modify/delete monitored items call.
max_nodes_per_history_read_data: usizeMaximum number of nodes per history read call for data values.
max_nodes_per_history_read_events: usizeMaximum number of nodes per history read call for events.
max_nodes_per_history_update: usizeMaximum number of nodes per history update call.
max_references_per_browse_node: usizeMaximum number of references per node during browse.
max_node_descs_per_query: usizeMaximum number of node descriptions per query call.
max_data_sets_query_return: usizeMaximum number of data sets returned per node on query calls.
max_references_query_return: usizeMaximum number of references per data set on query calls.
max_nodes_per_node_management: usizeMaximum number of nodes per add/delete nodes call.
max_references_per_references_management: usizeMaximum number of references per add/delete references call.
max_subscriptions_per_call: usizeMaximum number of subscriptions per create/modify/delete subscriptions call.
Trait Implementations§
Source§impl Clone for OperationalLimits
impl Clone for OperationalLimits
Source§fn clone(&self) -> OperationalLimits
fn clone(&self) -> OperationalLimits
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for OperationalLimits
impl Debug for OperationalLimits
Source§impl Default for OperationalLimits
impl Default for OperationalLimits
Source§fn default() -> OperationalLimits
fn default() -> OperationalLimits
Source§impl<'de> Deserialize<'de> for OperationalLimits
impl<'de> Deserialize<'de> for OperationalLimits
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<OperationalLimits, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<OperationalLimits, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl PartialEq for OperationalLimits
impl PartialEq for OperationalLimits
Source§impl Serialize for OperationalLimits
impl Serialize for OperationalLimits
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
impl Eq for OperationalLimits
impl StructuralPartialEq for OperationalLimits
Auto Trait Implementations§
impl Freeze for OperationalLimits
impl RefUnwindSafe for OperationalLimits
impl Send for OperationalLimits
impl Sync for OperationalLimits
impl Unpin for OperationalLimits
impl UnsafeUnpin for OperationalLimits
impl UnwindSafe for OperationalLimits
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.