CreateDatastoreRequest

Types

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

Properties

Link copied to clipboard

The name of the data store.

Link copied to clipboard

Contains information about the partition dimensions in a data store.

Link copied to clipboard

Where data in a data store is stored.. You can choose serviceManagedS3 storage, customerManagedS3 storage, or iotSiteWiseMultiLayerStorage storage. The default is serviceManagedS3. You can't change the choice of Amazon S3 storage after your data store is created.

Link copied to clipboard

Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.

Link copied to clipboard

How long, in days, message data is kept for the data store. When customerManagedS3 storage is selected, this parameter is ignored.

Link copied to clipboard
val tags: List<Tag>?

Metadata which can be used to manage the data store.

Functions

Link copied to clipboard
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