public class OperationLimits extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationLimits.Builder |
public static OperationLimits allOf(UnsignedInteger limit)
OperationLimits that uses the given limit value for all limitations.limit - public static OperationLimits.Builder builder()
public static OperationLimits defaults()
public static OperationLimits min(OperationLimits serverLimits, OperationLimits operationLimits)
serverLimits - operationLimits - public UnsignedInteger getMaxMonitoredItemsPerCall()
public UnsignedInteger getMaxNodesHistoryReadData()
public UnsignedInteger getMaxNodesHistoryReadEvents()
public UnsignedInteger getMaxNodesPerBrowse()
public UnsignedInteger getMaxNodesPerHistoryUpdateData()
public UnsignedInteger getMaxNodesPerHistoryUpdateEvents()
public UnsignedInteger getMaxNodesPerMethodCall()
public UnsignedInteger getMaxNodesPerNodeManagement()
public UnsignedInteger getMaxNodesPerRead()
public UnsignedInteger getMaxNodesPerRegisterNodes()
public UnsignedInteger getMaxNodesPerTranslateBrowsePathsToNodeIds()
public UnsignedInteger getMaxNodesPerWrite()
public OperationLimits.Builder toBuilder()
OperationLimits.Builder initialized with values of this instance.Copyright © 2026. All rights reserved.