Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HybridConnection

Package version

interface

An interface representing HybridConnection. Description of hybrid connection resource.

extends

Resource

Hierarchy

Index

Properties

Optional createdAt

createdAt: Date
member

{Date} [createdAt] The time the hybrid connection was created. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string
member

{string} [id] Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional listenerCount

listenerCount: undefined | number
member

{number} [listenerCount] The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional requiresClientAuthorization

requiresClientAuthorization: undefined | false | true
member

{boolean} [requiresClientAuthorization] Returns true if client authorization is needed for this hybrid connection; otherwise, false.

Optional type

type: undefined | string
member

{string} [type] Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional updatedAt

updatedAt: Date
member

{Date} [updatedAt] The time the namespace was updated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional userMetadata

userMetadata: undefined | string
member

{string} [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.

Generated using TypeDoc