DataPartition

The configuration for signal data storage and upload options. You can only specify these options when the campaign's spooling mode is TO_DISK.

Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Types

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

Properties

Link copied to clipboard
val id: String

The ID of the data partition. The data partition ID must be unique within a campaign. You can establish a data partition as the default partition for a campaign by using default as the ID.

Link copied to clipboard

The storage options for a data partition.

Link copied to clipboard

The upload options for the data partition.

Functions

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