LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Class MigrationWriteResult<TResult>

    Inheritance
    object
    MigrationWriteResult<TResult>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk.Server.Migrations
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public class MigrationWriteResult<TResult> where TResult : class
    Type Parameters
    Name Description
    TResult

    Properties

    Authoritative

    Declaration
    public MigrationResult<TResult> Authoritative { get; }
    Property Value
    Type Description
    MigrationResult<TResult>

    NonAuthoritative

    Declaration
    public MigrationResult<TResult>? NonAuthoritative { get; }
    Property Value
    Type Description
    MigrationResult<TResult>?
    In this article
    Back to top Generated by DocFX