Skip to content

KinesisStreamOptions Properties

Configures the Kinesis persistent stream provider.

ConnectionString

getset
View source
public string? ConnectionString
Connection string for AWS Kinesis. Format: "Service;AccessKey;SecretKey;Region" or "Service" for default credentials.

GetRecordsInterval

getset
View source
public TimeSpan GetRecordsInterval
Gets or sets the minimum interval between calls to Kinesis GetRecords for a shard.

Service

getset
View source
public string? Service
Kinesis service endpoint URL, such as "https://kinesis.us-west-2.amazonaws.com" or a URL for the development endpoint.