ChannelUpdateParameters interface

Properties of the Channel update.

Properties

expirationTimeIfNotActivatedUtc

Expiration time of the channel. If this timer expires while the corresponding partner topic or partner destination is never activated, the channel and corresponding partner topic or partner destination are deleted.

partnerDestinationInfo

Partner destination properties which can be updated if the channel is of type PartnerDestination.

partnerTopicInfo

Partner topic properties which can be updated if the channel is of type PartnerTopic.

Property Details

expirationTimeIfNotActivatedUtc

Expiration time of the channel. If this timer expires while the corresponding partner topic or partner destination is never activated, the channel and corresponding partner topic or partner destination are deleted.

expirationTimeIfNotActivatedUtc?: Date

Property Value

Date

partnerDestinationInfo

Partner destination properties which can be updated if the channel is of type PartnerDestination.

partnerDestinationInfo?: PartnerUpdateDestinationInfoUnion

Property Value

partnerTopicInfo

Partner topic properties which can be updated if the channel is of type PartnerTopic.

partnerTopicInfo?: PartnerUpdateTopicInfo

Property Value