AWSSDK.Kinesis by Amazon Web Services

<PackageReference Include="AWSSDK.Kinesis" Version="3.7.301.51" />

.NET API 163,440 bytes

 StreamModeDetails

public class StreamModeDetails
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.
public StreamMode StreamMode { get; set; }

Gets and sets the property StreamMode.

Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.