Enum OutputKind
Namespace: Mars.Interfaces.Model
Assembly: Mars.Interfaces.dll
Syntax
public enum OutputKind
Fields
| Name | Description |
|---|---|
| Changes | This kind describes an output where a snapshot is created only when something has been changed. |
| Delta | This kind describes an output where only the change of a property is persisted. |
| Full | This kind describes the standard output where all properties are versioned, which shall not be ignored. |
| FullWithIgnored | This kind describes Full output including all properties marked as 'ignored' |