S3TablePublishStatus

Describes the state of Amazon S3 Tables system-table log publishing for a namespace.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

true when the namespace is enrolled in every current and future system table rather than an explicit list of tables.

Link copied to clipboard

A map of system table name to the time that table last received data, as an ISO-8601 timestamp. A table that has not yet been ingested is absent from the map. Use it to judge data freshness.

Link copied to clipboard

The scope currently in effect. Values are namespace or account.

Link copied to clipboard

The identifier of the namespace in the S3 table bucket that holds the published tables.

Link copied to clipboard

The system tables currently being published.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String