PersistentStreamProviderConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public class PersistentStreamProviderConfig
[<System.Serializable>]
type PersistentStreamProviderConfig = class
Public Class PersistentStreamProviderConfig
- Inheritance
-
PersistentStreamProviderConfig
- Attributes
Constructors
PersistentStreamProviderConfig() | |
PersistentStreamProviderConfig(IProviderConfiguration) |
Fields
Properties
BalancerType |
The queue balancer type for your stream provider. If you are using a custom queue balancer by injecting IStreamQueueBalancer as a transient service into DI, you should use your custom balancer's type |
GetQueueMsgsTimerPeriod | |
InitQueueTimeout | |
MaxEventDeliveryTime | |
PubSubType | |
SiloMaturityPeriod | |
StreamInactivityPeriod |
Methods
ToString() | |
WriteProperties(Dictionary<String,String>) |
Utility function to convert config to property bag for use in stream provider configuration |