FeedClockVectorElementOptions Enumeration

Represents additional information about the clock vector element.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
<FlagsAttribute> _
Public Enumeration FeedClockVectorElementOptions
'Usage
Dim instance As FeedClockVectorElementOptions

Member nameDescription
FromFeedHistoryEntryThe clock vector element represents a FeedSync history value.
HasByAttributeThe clock vector element represents a FeedSync history value that has a by value.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Show: