Configuration information for a data file.
Default constructor
public Void DataFile()
Whether the tablespace data file uses auto-extend capabilities.
public Boolean Autoextend { get; set; }
Maximum size for auto-extended data file in megabytes, use 0 for an unlimited tablespace.
public Int32 MaxSize { get; set; }
Next size for auto-extended data file in megabytes.
public Int32 NextSize { get; set; }
Data file path and file name.
public String Path { get; set; }
Whether the file might be reuse.
public Boolean Reuse { get; set; }
Size of the data file in megabytes.
public Int32 Size { get; set; }
In this document