VirtualObject

An object that defines an Amazon S3 object to be deleted if a transaction cancels, provided that VirtualPut was called before writing the object.

Types

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

Properties

Link copied to clipboard
val eTag: String?

The ETag of the Amazon S3 object.

Link copied to clipboard
val uri: String

The path to the Amazon S3 object. Must start with s3://

Functions

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