Configuration information for a tablespace.
Default constructor
public Void Tablespace()
Extent management configuration.
public ExtentManagement ExtentManagement { get; set; }
A collection of files that conforms the tablespace.
public List<DataFile> Files { get; set; }
Whether DML action are logged.
public Boolean Logging { get; set; }
Tablespace name
public String Name { get; set; }
Segment space management configuration.
public SegmentSpaceManagement SegmentSpaceManagement { get; set; }
In this document