FeedClockVectorElementOptions Enumeration
Represents additional information about the clock vector element.
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
/** @attribute FlagsAttribute() */
public enum FeedClockVectorElementOptions
FlagsAttribute
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.