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)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration FeedClockVectorElementOptions
'Usage
Dim instance As FeedClockVectorElementOptions
[FlagsAttribute]
public enum FeedClockVectorElementOptions
[FlagsAttribute]
public enum class FeedClockVectorElementOptions
[<FlagsAttribute>]
type FeedClockVectorElementOptions
public enum FeedClockVectorElementOptions

Members

Member name Description
FromFeedHistoryEntry The clock vector element represents a FeedSync history value.
HasByAttribute The clock vector element represents a FeedSync history value that has a by value.

Remarks

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

See Also

Reference

Microsoft.Synchronization.FeedSync Namespace