AddObjectInput

A new object to add to the governed table.

Types

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

Properties

Link copied to clipboard

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

A list of partition values for the object. A value must be specified for each partition key associated with the table.

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: AddObjectInput.Builder.() -> Unit = {}): AddObjectInput
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