Public Properties
Property | Description |
---|---|
EndInclusive | Indicates whether the end values are inclusive. DATATYPE: Boolean. |
EndValue | End Value for a table range partition. DATATYPE: String. |
GUID | GUID of the Partition. DATATYPE: String. |
ID | ID of the Partition. DATATYPE: Integer. |
LongIn | Lets you specify a large tablespace where you want to store long data. DATATYPE: String. |
Name | Name of the Partition. DATATYPE: String. |
Number | Number of the Partition. Partition Numbers determine the order in which the partitions appear in the DDL. DATATYPE: Integer. |
StartInclusive | Indicates whether the start values are inclusive. DATATYPE: Boolean. |
StartValue | Start Value for a table range partition. DATATYPE: String. |
Tablespace | Tablespace of the Partition. DATATYPE: String. |
See Also