HybridConnectionProperties interface
Properties of the HybridConnection.
Properties
| created |
The time the hybrid connection was created. |
| listener |
The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported. |
| requires |
Returns true if client authorization is needed for this hybrid connection; otherwise, false. |
| updated |
The time the namespace was updated. |
| user |
The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored. |
Property Details
createdAt
The time the hybrid connection was created.
createdAt?: Date
Property Value
Date
listenerCount
The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported.
listenerCount?: number
Property Value
number
requiresClientAuthorization
Returns true if client authorization is needed for this hybrid connection; otherwise, false.
requiresClientAuthorization?: boolean
Property Value
boolean
updatedAt
The time the namespace was updated.
updatedAt?: Date
Property Value
Date
userMetadata
The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored.
userMetadata?: string
Property Value
string