TableObject

Specifies the details of a governed table.

Types

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

Properties

Link copied to clipboard
val eTag: String?

The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

Link copied to clipboard
val size: Long

The size of the Amazon S3 object in bytes.

Link copied to clipboard
val uri: String?

The Amazon S3 location of the object.

Functions

Link copied to clipboard
inline fun copy(block: TableObject.Builder.() -> Unit = {}): TableObject
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