Skip to content

/AWS1/CL_KNVSTREAMSTORAGECONF

The configuration for stream storage, including the default storage tier for stream data. This configuration determines how stream data is stored and accessed, with different tiers offering varying levels of performance and cost optimization.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_defaultstoragetier TYPE /AWS1/KNVDEFAULTSTORAGETIER /AWS1/KNVDEFAULTSTORAGETIER

The default storage tier for the stream data. This setting determines the storage class used for stream data, affecting both performance characteristics and storage costs.

Available storage tiers:

  • HOT - Optimized for frequent access with the lowest latency and highest performance. Ideal for real-time applications and frequently accessed data.

  • WARM - Balanced performance and cost for moderately accessed data. Suitable for data that is accessed regularly but not continuously.


Queryable Attributes

DefaultStorageTier

The default storage tier for the stream data. This setting determines the storage class used for stream data, affecting both performance characteristics and storage costs.

Available storage tiers:

  • HOT - Optimized for frequent access with the lowest latency and highest performance. Ideal for real-time applications and frequently accessed data.

  • WARM - Balanced performance and cost for moderately accessed data. Suitable for data that is accessed regularly but not continuously.

Accessible with the following methods

Method Description
GET_DEFAULTSTORAGETIER() Getter for DEFAULTSTORAGETIER, with configurable default
ASK_DEFAULTSTORAGETIER() Getter for DEFAULTSTORAGETIER w/ exceptions if field has no
HAS_DEFAULTSTORAGETIER() Determine if DEFAULTSTORAGETIER has a value