C# Class Amazon.Kinesis.Model.DecreaseStreamRetentionPeriodRequest

Container for the parameters to the DecreaseStreamRetentionPeriod operation. Decreases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. The minimum value of a stream's retention period is 24 hours.

This operation may result in lost data. For example, if the stream's retention period is 48 hours and is decreased to 24 hours, any data already in the stream that is older than 24 hours is inaccessible.

Inheritance: AmazonKinesisRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Méthode Description
IsSetRetentionPeriodHours ( ) : bool
IsSetStreamName ( ) : bool