GetIndexPlainArgs

data class GetIndexPlainArgs(val collectionEndpoint: String, val indexName: String) : ConvertibleToJava<GetIndexPlainArgs>

Constructors

Link copied to clipboard
constructor(collectionEndpoint: String, indexName: String)

Properties

Link copied to clipboard

The endpoint for the collection.

Link copied to clipboard

The name of the OpenSearch Serverless index.

Functions

Link copied to clipboard
open override fun toJava(): GetIndexPlainArgs