Table of Contents

Enum TopicNotificationAddLevel.TopicNotificationAddLevelEnum

Namespace
PushTechnology.ClientInterface.Client.Features
Assembly
Diffusion.Client.dll

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

public enum TopicNotificationAddLevel.TopicNotificationAddLevelEnum

Fields

FULL = 3

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 = 2

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

MINIMUM = 0

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

NONE = 4

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

PROPERTIES = 1

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