Page History
...
Public Properties
Property | Description |
---|---|
_Item | Returns an OracleIndexPartition object specified by the given Number or GUID. PARAMETERS: Identifier (Integer or String). |
_NewEnum | |
Count | Number of OracleIndexPartition objects in the collection. DATATYPE: Integer. |
GetPartitionKeyColumns | Names of the columns in the PartitionKey as a comma-separated list in sequence order. DATATYPE: String. |
HashPartitionCount | Number of hash partitions when the index is partitioned by quantity. DATATYPE: Integer. |
HashPartitionTablespaces | Tablespaces where the index hash partitions should be stored. DATATYPE: String. |
IsGlobal | Determines whether the indexes scope is global or local. DATATYPE: Boolean. |
Item | Returns an OracleIndexPartition object specified by the given Number or GUID. PARAMETERS: Identifier (Integer or String). |
PartitionType | Type of index partition used to partition the index for Oracle 10 and later versions. DATATYPE: String. |
...