OPC Studio User's Guide and Reference
EffectiveAssumeTopicTree Property (UADataSetSubscriptionDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetSubscriptionDescriptor Class : EffectiveAssumeTopicTree Property
Determines whether the (standard) topic tree will effectively be used.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public ReadOnly Property EffectiveAssumeTopicTree As Boolean
'Usage
 
Dim instance As UADataSetSubscriptionDescriptor
Dim value As Boolean
 
value = instance.EffectiveAssumeTopicTree
[DefaultValue(false)]
public bool EffectiveAssumeTopicTree {get;}
[DefaultValue(false)]
public:
property bool EffectiveAssumeTopicTree {
   bool get();
}
Remarks

The (standard) topic tree will be effectively used if either

When all queue names (such as OpcLabs.EasyOpc.UA.PubSub.Configuration.UABrokerDataSetReaderTransportParameters.QueueName and OpcLabs.EasyOpc.UA.PubSub.Configuration.UABrokerDataSetReaderTransportParameters.MetaDataQueueName) are unspecified (empty strings, which are the default), and the UAPubSubConnectionDescriptor.EffectiveTransportProfileUriString in the ConnectionDescriptor is for transport that uses the topic tree (such as MQTT), the EffectiveAssumeTopicTree becomes true, and you do not have to set AssumeTopicTree to true explicitly in order for the topic tree to be assumed.

Using the topic tree has two major effects:

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also