Chronicle v1 API - Class AzureEventHubSettings (1.1.0)

public sealed class AzureEventHubSettings : IMessage<AzureEventHubSettings>, IEquatable<AzureEventHubSettings>, IDeepCloneable<AzureEventHubSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class AzureEventHubSettings.

Settings required by Azure Event Hub Feeds.

Inheritance

object > AzureEventHubSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

AzureEventHubSettings()

public AzureEventHubSettings()

AzureEventHubSettings(AzureEventHubSettings)

public AzureEventHubSettings(AzureEventHubSettings other)
Parameter
Name Description
other AzureEventHubSettings

Properties

AzureSasToken

public string AzureSasToken { get; set; }

Optional. SAS token

Property Value
Type Description
string

AzureStorageConnectionString

public string AzureStorageConnectionString { get; set; }

Optional. Blob store connection string for authentication.

Property Value
Type Description
string

AzureStorageContainer

public string AzureStorageContainer { get; set; }

Optional. Blob storage container name.

Property Value
Type Description
string

ConsumerGroup

public string ConsumerGroup { get; set; }

Required. Event hub consumer group to read from.

Property Value
Type Description
string

EventHubConnectionString

public string EventHubConnectionString { get; set; }

Required. Event hub connection string for authentication.

Property Value
Type Description
string

EventHubNamespace

public string EventHubNamespace { get; set; }

Output only. Event hub namespace

Property Value
Type Description
string

Name

public string Name { get; set; }

Required. Event hub to read from.

Property Value
Type Description
string