Struct MigrationResult<TResult>
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Migrations
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public struct MigrationResult<TResult> where TResult : class
Type Parameters
| Name | Description |
|---|---|
| TResult |
Properties
Exception
Declaration
public Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
IsSuccessful
Declaration
public bool IsSuccessful { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Origin
Declaration
public MigrationOrigin Origin { get; }
Property Value
| Type | Description |
|---|---|
| MigrationOrigin |
Value
Declaration
public TResult Value { get; }
Property Value
| Type | Description |
|---|---|
| TResult |