github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/Diff.md (about) 1 2 3 # Diff 4 5 6 ## Properties 7 8 Name | Type | Description | Notes 9 ------------ | ------------- | ------------- | ------------- 10 **type** | [**TypeEnum**](#TypeEnum) | | 11 **path** | **String** | | 12 **pathType** | [**PathTypeEnum**](#PathTypeEnum) | | 13 **sizeBytes** | **Long** | represents the size of the added/changed/deleted entry | [optional] 14 15 16 17 ## Enum: TypeEnum 18 19 Name | Value 20 ---- | ----- 21 ADDED | "added" 22 REMOVED | "removed" 23 CHANGED | "changed" 24 CONFLICT | "conflict" 25 PREFIX_CHANGED | "prefix_changed" 26 27 28 29 ## Enum: PathTypeEnum 30 31 Name | Value 32 ---- | ----- 33 COMMON_PREFIX | "common_prefix" 34 OBJECT | "object" 35 36 37