MultipleDestinationExporter Properties

Properties

Enabled Gets or sets a boolean value that indicates whether the MultipleDestinationExporter object is currently enabled.
ExportDestinations Gets a list of currently defined ExportDestination.
ExportTimeout Gets or sets the total allowed time in milliseconds for each export to execute.
IsDisposed Gets a flag that indicates whether the object has been disposed.
MaximumRetryAttempts Gets or sets the maximum number of retries that will be attempted during an export if the export fails.
Name Gets the unique identifier of the MultipleDestinationExporter object.
PersistSettings Gets or sets a boolean value that indicates whether the settings of MultipleDestinationExporter object are to be saved to the config file.
RetryDelayInterval Gets or sets the interval to wait, in milliseconds, before retrying an export if the export fails.
SettingsCategory Gets or sets the category under which the settings of MultipleDestinationExporter object are to be saved to the config file if the PersistSettings property is set to true.
Status Gets the descriptive status of the MultipleDestinationExporter object.
TextEncoding Gets or sets the Encoding to be used to encode text data being exported.
TotalExports Gets the total number exports performed successfully.

See Also