Skip to content

KinesisStreamOptions

class

Namespace: Orleans.Streaming.Kinesis

Configures the Kinesis persistent stream provider.
public class KinesisStreamOptions

Constructors

Properties

  • AccessKey Optional Access Key string for Kinesis.
  • ConnectionString Connection string for AWS Kinesis. Format: "Service;AccessKey;SecretKey;Region" or "Service" for default credentials.
  • GetRecordsInterval Gets or sets the minimum interval between calls to Kinesis GetRecords for a shard.
  • Region AWS Region name, such as "us-west-2".
  • SecretKey Optional Secret key for Kinesis.
  • Service Kinesis service endpoint URL, such as "https://kinesis.us-west-2.amazonaws.com" or a URL for the development endpoint.
  • StreamName Name of the Kinesis Stream.
  • TopologyCheckInterval Gets or sets the interval between checks for shard topology changes.