Property | Description |
---|
_Item | OracleTableSubpartition object specified by the given Number. PARAMETERS: Number (Integer). |
_NewEnum |
|
Count | Number of OracleTableSubpartition objects in this collection. For example, if this is the manager of a partition, then Count is the number of subpartitions specified for that partition. DATATYPE: Integer. |
HashByName | Returns true if named HASH subpartitions exist. Setting this to TRUE zeroes out the HASH Quantity and deletes all existing tablespaces. Setting it to FALSE deletes all existing named HASH subpartitions. DATATYPE: Boolean. |
HashQuantity | HASH subpartitions only. Default number of subpartitions or zero if not specified. Can set this only if no named HASH subpartitions exist. HashType(FALSE) removes any remaining ones. DATATYPE: Integer. |
Item | OracleTableSubpartition object specified by the given Number. PARAMETERS: Number (Integer). |
SubpartitionType | Type of subpartition. Valid values are: HASH, LIST, or NONE if the partition type is not COMPOSITE. DATATYPE: String. |