Tablespace

Configuration information for a tablespace.

Namespace:
Inetdev.Data.Oracle.Dba
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

Tablespace

Default constructor

Signature:
public Void Tablespace()

Properties

ExtentManagement

Extent management configuration.

Signature:
public ExtentManagement ExtentManagement { get; set; }

Files

A collection of files that conforms the tablespace.

Signature:
public List<DataFile> Files { get; set; }

Logging

Whether DML action are logged.

Signature:
public Boolean Logging { get; set; }

Name

Tablespace name

Signature:
public String Name { get; set; }

SegmentSpaceManagement

Segment space management configuration.

Signature:
public SegmentSpaceManagement SegmentSpaceManagement { get; set; }