Skip to content

AdoNetStreamOptions Properties

Options for ADO.NET Streaming.

EvictionInterval

getset
View source
public TimeSpan EvictionInterval
The period of time between eviction activities. These include moving expired messages to dead letters and removing dead letters after their own lifetime. This period is cluster wide and will not change with the number of silos.

ExpiryTimeout

getset
View source
public TimeSpan ExpiryTimeout
The expiry timeout until a message is considered expired and moved to dead letters regardless of attempts. The message is only moved if the current attempt is also past its visibility timeout.

MaxAttempts

getset
View source
public int MaxAttempts
The maximum number of attempts to deliver a message. The message is eventually moved to dead letters if these many attempts are made without success.

VisibilityTimeout

getset
View source
public TimeSpan VisibilityTimeout
The timeout until a message is allowed to be dequeued again if not yet confirmed.