Show / Hide Table of Contents

Class ProducerConfigurationsOptions

Configurations for a Eventhub producer that will send messages to a topic.

Inheritance
System.Object
ProducerConfigurationsOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StoneCo.Framework.EventHub.Options
Assembly: cs.temp.dll.dll
Syntax
public class ProducerConfigurationsOptions

Properties

ConnectionString

Azure Event Hub connection string format.

Used to Send events, required if used to producer events.

Declaration
public string ConnectionString { get; set; }
Property Value
Type Description
System.String

Endpoint=sb://sample-eventhub.servicebus.windows.net/;SharedAccessKeyName=SampleProducer;SharedAccessKey=XxxnXxxxXXsnnxxxxxXxxXXxxxnXXxXXnxxXxnxXxxn=

EventHubName

Topic name of Azure Event Hub service(Queue).

Declaration
public string EventHubName { get; set; }
Property Value
Type Description
System.String

queue_or_topic_name_with_sufix

Name

The logical name of the event hub client.

This name cannot be repeated also between Consumer and Producer options.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

MyEventHub, MyClient, ...

Back to top Generated by DocFX