github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/ResetCreation.md (about)

     1  
     2  
     3  # ResetCreation
     4  
     5  
     6  ## Properties
     7  
     8  Name | Type | Description | Notes
     9  ------------ | ------------- | ------------- | -------------
    10  **type** | [**TypeEnum**](#TypeEnum) | What to reset according to path. | 
    11  **path** | **String** |  |  [optional]
    12  **force** | **Boolean** |  |  [optional]
    13  
    14  
    15  
    16  ## Enum: TypeEnum
    17  
    18  Name | Value
    19  ---- | -----
    20  OBJECT | "object"
    21  COMMON_PREFIX | "common_prefix"
    22  RESET | "reset"
    23  
    24  
    25