DataFile

Configuration information for a data file.

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

Constructors

DataFile

Default constructor

Signature:
public Void DataFile()

Properties

Autoextend

Whether the tablespace data file uses auto-extend capabilities.

Signature:
public Boolean Autoextend { get; set; }

MaxSize

Maximum size for auto-extended data file in megabytes, use 0 for an unlimited tablespace.

Signature:
public Int32 MaxSize { get; set; }

NextSize

Next size for auto-extended data file in megabytes.

Signature:
public Int32 NextSize { get; set; }

Path

Data file path and file name.

Signature:
public String Path { get; set; }

Reuse

Whether the file might be reuse.

Signature:
public Boolean Reuse { get; set; }

Size

Size of the data file in megabytes.

Signature:
public Int32 Size { get; set; }