Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescription
_ItemReturns a OracleTablePartition object specified by the given Number or GUID. PARAMETERS: Identifier (Integer or String).
_NewEnum
CountNumber of OracleTablePartition objects in the collection. DATATYPE: Integer.
GetPartitionKeyColumnsNames of the columns in the PartitionKey as a comma-separated list in sequence order. DATATYPE: String.
GetPartitionTypeType of partition: RANGE, HASH, LIST, or COMPOSITE. DATATYPE: String.
GetSubpartitionKeyColumnsNames of the columns in the Subpartition Key as a comma-separated list in sequence order. DATATYPE: String.
GetSubpartitionTypeType of subpartition: HASH, LIST, or NONE, if the partition type is not COMPOSITE. DATATYPE: String.
HashPartitionCountFor HASH partitions only. Quantity of partitions. Use when not wanting to name individual partitions. Positive integers only. Delete any named partitions first. DATATYPE: String.
HashPartitionTablespacesFor HASH partitions only. Comma-separated list of tablespaces for un-named partitions. DATATYPE: String.
ItemOracleTablePartition object specified by the given Number or GUID. PARAMETERS: Identifier (Integer or String).
RangePartitionIntervalSet/unset the Oracle Range Partition Interval property. It can be set only if the partition type is Range.
ReferencePartitionForeignKeySet/unset the Oracle Reference Partition Foreign Key property. It can be set only if the partition type is Reference.
SubpartitionCountNumber of subpartitions. This does not include subpartitions specified under each partition. DATATYPE: Integer.

...