## The following types are no longer available
### NServiceBus.AzureDataBusDefaults
Default can be found in our documentation.
## Types with removed members
### NServiceBus.AzureDataBusDefaults
#### Removed fields
* `int DefaultBackOffInterval` - No upgrade instructions provided.
* `string DefaultBasePath` - No upgrade instructions provided.
* `int DefaultBlockSize` - No upgrade instructions provided.
* `string DefaultConnectionString` - No upgrade instructions provided.
* `string DefaultContainer` - No upgrade instructions provided.
* `int DefaultMaxRetries` - No upgrade instructions provided.
* `int DefaultNumberOfIOThreads` - No upgrade instructions provided.
* `long DefaultTTL` - No upgrade instructions provided.
In the above example showing the removed fields adds no value since the type is obsoleted with error anyway
Example from the exe:
In the above example showing the removed fields adds no value since the type is obsoleted with error anyway