KinesisStreamOptions
class
Namespace: Orleans.Streaming.Kinesis
Configures the Kinesis persistent stream provider.
public class KinesisStreamOptionsConstructors
Properties
AccessKeyOptional Access Key string for Kinesis.ConnectionStringConnection string for AWS Kinesis. Format: "Service;AccessKey;SecretKey;Region" or "Service" for default credentials.GetRecordsIntervalGets or sets the minimum interval between calls to KinesisGetRecordsfor a shard.RegionAWS Region name, such as "us-west-2".SecretKeyOptional Secret key for Kinesis.ServiceKinesis service endpoint URL, such as "https://kinesis.us-west-2.amazonaws.com" or a URL for the development endpoint.StreamNameName of the Kinesis Stream.TopologyCheckIntervalGets or sets the interval between checks for shard topology changes.
