Proton DotNet
All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
Apache.Qpid.Proton.Client.ITarget Interface Reference

Represents the remote Target instance for a sender or receiver link More...

Inherited by Apache.Qpid.Proton.Client.Implementation.ClientRemoteTarget.

Properties

string Address [get]
 The address value of the remote target node. More...
 
DurabilityMode DurabilityMode [get]
 The durability mode assigned to the target source node. More...
 
uint Timeout [get]
 The expiry timeout assigned to the remote target node. More...
 
ExpiryPolicy ExpiryPolicy [get]
 The expiry policy assigned to the remote target node. More...
 
bool Dynamic [get]
 Indicates if the remote target node was created dynamically. More...
 
IReadOnlyDictionary< string, object > DynamicNodeProperties [get]
 The node properties assigned to a dynamically created target node. More...
 
IReadOnlyCollection< string > Capabilities [get]
 The set of capabilities assigned on the remote target node. More...
 

Detailed Description

Represents the remote Target instance for a sender or receiver link

Property Documentation

◆ Address

string Apache.Qpid.Proton.Client.ITarget.Address
get

The address value of the remote target node.

◆ Capabilities

IReadOnlyCollection<string> Apache.Qpid.Proton.Client.ITarget.Capabilities
get

The set of capabilities assigned on the remote target node.

◆ DurabilityMode

DurabilityMode Apache.Qpid.Proton.Client.ITarget.DurabilityMode
get

The durability mode assigned to the target source node.

◆ Dynamic

bool Apache.Qpid.Proton.Client.ITarget.Dynamic
get

Indicates if the remote target node was created dynamically.

◆ DynamicNodeProperties

IReadOnlyDictionary<string, object> Apache.Qpid.Proton.Client.ITarget.DynamicNodeProperties
get

The node properties assigned to a dynamically created target node.

◆ ExpiryPolicy

ExpiryPolicy Apache.Qpid.Proton.Client.ITarget.ExpiryPolicy
get

The expiry policy assigned to the remote target node.

◆ Timeout

uint Apache.Qpid.Proton.Client.ITarget.Timeout
get

The expiry timeout assigned to the remote target node.


The documentation for this interface was generated from the following file: