Skip to main content

SeedInitializationResult

  • Namespace: PPDS.Dataverse.Pooling
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Result of initializing a seed connection for a pool source.

Members

Properties

ConnectionName

string ConnectionName { get; set; }

Gets the connection source name.

DiscoveredDop

Nullable<int> DiscoveredDop { get; set; }

Gets the discovered DOP (degrees of parallelism) from the server. Only populated when PPDS.Dataverse.Pooling.SeedInitializationResult.Success is true.

ErrorMessage

string ErrorMessage { get; set; }

Gets the error message if initialization failed.

Exception

Exception Exception { get; set; }

Gets the exception that caused the failure, if any.

FailureReason

Nullable<SeedFailureReason> FailureReason { get; set; }

Gets the root cause category of the failure.

Success

bool Success { get; set; }

Gets a value indicating whether the seed was initialized successfully.