Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Table

Complete metadata about a table.

Properties

compartmentId

compartmentId: string

Compartment Identifier.

Optional ddlStatement

ddlStatement: undefined | string

A DDL statement representing the schema.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

id

id: string

Unique identifier that is immutable.

Optional isAutoReclaimable

isAutoReclaimable: undefined | false | true

True if this table can be reclaimed after an idle period.

Optional isMultiRegion

isMultiRegion: undefined | false | true

True if this table is currently a member of a replication set.

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail.

Optional lifecycleState

lifecycleState: LifecycleState

The state of a table.

Optional localReplicaInitializationInPercent

localReplicaInitializationInPercent: undefined | number

If this table is in a replication set, this value represents the progress of the initialization of the replica's data. A value of 100 indicates that initialization has completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional name

name: undefined | string

Human-friendly table name, immutable.

Optional replicas

replicas: Array<Replica>

An array of Replica listing this table's replicas, if any

Optional schema

schema: model.Schema

Optional schemaState

schemaState: SchemaState

The current state of this table's schema. Available states are MUTABLE - The schema can be changed. The table is not eligible for replication. FROZEN - The schema is immutable. The table is eligible for replication.

Optional systemTags

systemTags: undefined | object

Read-only system tag. These predefined keys are scoped to namespaces. At present the only supported namespace is {@code "orcl-cloud"}; and the only key in that namespace is {@code "free-tier-retained"}. Example: {@code {"orcl-cloud"": {"free-tier-retained": "true"}}}

Optional tableLimits

tableLimits: model.TableLimits

Optional timeCreated

timeCreated: Date

The time the the table was created. An RFC3339 formatted datetime string.

Optional timeOfExpiration

timeOfExpiration: Date

If lifecycleState is INACTIVE, indicates when this table will be automatically removed. An RFC3339 formatted datetime string.

Optional timeUpdated

timeUpdated: Date

The time the the table's metadata was last updated. An RFC3339 formatted datetime string.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Table): object

getJsonObj

  • getJsonObj(obj: Table): object