Enum TopicNotificationAddLevel.TopicNotificationAddLevelEnum

The enumerator for the level of add notifications that the client wishes to receive.

Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public enum TopicNotificationAddLevelEnum : int

Fields

Name Description
FULL

This level of notification provides all details of the topic and would be the level needed in order to replicate the topic.

This is equivalent to MINIMUM plus PROPERTIES plus METADATA.

METADATA

This level of notification is the same as MINIMUM plus any metadata associated with the topic.

MINIMUM

The minimum level of notification that can be received which will simply notify the topic name and its type.

NONE

This special setting may be used to indicate that add notifications are not required.

PROPERTIES

This level of notification is the same as MINIMUM plus all properties of the topic.

Back to top