| Datafile.Builder | Datafile.Builder. allocatedSizeKB(BigDecimal allocatedSizeKB) | The allocated file size in KB. | 
| static Datafile.Builder | Datafile. builder() | Create a new builder. | 
| Datafile.Builder | Datafile.Builder. copy(Datafile model) |  | 
| Datafile.Builder | Datafile.Builder. freeSpaceKB(BigDecimal freeSpaceKB) | The free space available in the data file in KB. | 
| Datafile.Builder | Datafile.Builder. incrementBy(BigDecimal incrementBy) | The number of blocks used as auto-extension increment. | 
| Datafile.Builder | Datafile.Builder. instanceId(BigDecimal instanceId) | Instance ID of the instance to which the temp file belongs. | 
| Datafile.Builder | Datafile.Builder. isAutoExtensible(Boolean isAutoExtensible) | Indicates whether the data file is auto-extensible. | 
| Datafile.Builder | Datafile.Builder. lostWriteProtect(Datafile.LostWriteProtect lostWriteProtect) | The lost write protection status of the file. | 
| Datafile.Builder | Datafile.Builder. maxSizeKB(BigDecimal maxSizeKB) | The maximum file size in KB. | 
| Datafile.Builder | Datafile.Builder. name(String name) | The filename (including the path) of the data file or temp file. | 
| Datafile.Builder | Datafile.Builder. onlineStatus(Datafile.OnlineStatus onlineStatus) | The online status of the file. | 
| Datafile.Builder | Datafile.Builder. shared(Datafile.Shared shared) | Type of tablespace this file belongs to. | 
| Datafile.Builder | Datafile.Builder. status(Datafile.Status status) | The status of the file. | 
| Datafile.Builder | Datafile. toBuilder() |  | 
| Datafile.Builder | Datafile.Builder. usedPercentAllocated(Double usedPercentAllocated) | The percentage of used space out of the total allocated space in the file. | 
| Datafile.Builder | Datafile.Builder. usedPercentAvailable(Double usedPercentAvailable) | The percentage of used space out of the maximum available space in the file. | 
| Datafile.Builder | Datafile.Builder. usedSpaceKB(BigDecimal usedSpaceKB) | The total space used in the data file in KB. | 
| Datafile.Builder | Datafile.Builder. userSizeKB(BigDecimal userSizeKB) | The size of the file available for user data in KB. |