LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Struct DataStoreTypes.SerializedItemDescriptor

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk.Server.Subsystems
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public struct DataStoreTypes.SerializedItemDescriptor

    Constructors

    SerializedItemDescriptor(int, bool, string)

    Declaration
    public SerializedItemDescriptor(int version, bool deleted, string serializedItem)
    Parameters
    Type Name Description
    int version
    bool deleted
    string serializedItem

    Properties

    Deleted

    Declaration
    public bool Deleted { get; }
    Property Value
    Type Description
    bool

    SerializedItem

    Declaration
    public string SerializedItem { get; }
    Property Value
    Type Description
    string

    Version

    Declaration
    public int Version { get; }
    Property Value
    Type Description
    int

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX