DeltaDeletedEntryReason 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.
The reason of deleted resource in delta response.
public enum DeltaDeletedEntryReason
type DeltaDeletedEntryReason =
Public Enum DeltaDeletedEntryReason
- Inheritance
-
DeltaDeletedEntryReason
Fields
Name | Value | Description |
---|---|---|
Deleted | 0 | Entity is deleted (destroyed). |
Changed | 1 | Entity is removed from membership in the result(i.e., due to a data change). |