StoreOperationSource Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the source of an operation performed against the local store.
public enum StoreOperationSource
type StoreOperationSource =
Public Enum StoreOperationSource
- Inheritance
-
StoreOperationSource
Fields
Name | Value | Description |
---|---|---|
Local | 0 | The operation was triggered by a local action (e.g. locally inserting, updating or deleting a record) |
LocalConflictResolution | 1 | The operation was triggered by a local conflict resolution action taken against an operation error. |
LocalPurge | 2 | The operation was triggered by a local purge action. |
ServerPull | 3 | The operation was triggered by a Pull action and reflects a newer version of the record from the server. |
ServerPush | 4 | The operation was triggered by a Push action. |
Applies to
Azure SDK for .NET