BatchCreateIndex

Creates an index object inside of a BatchRead operation. For more information, see CreateIndex and BatchReadRequest$Operations.

Types

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

Properties

Link copied to clipboard

The batch reference name. See Transaction Support for more information.

Link copied to clipboard

Indicates whether the attribute that is being indexed has unique values or not.

Link copied to clipboard

The name of the link between the parent object and the index object.

Link copied to clipboard

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

Link copied to clipboard

A reference to the parent object that contains the index object.

Functions

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