LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Struct DataStoreTypes.ItemDescriptor

    A versioned item (or placeholder) storeable in a data store.

    Implements
    IEquatable<DataStoreTypes.ItemDescriptor>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk.Client.Subsystems
    Assembly: LaunchDarkly.ClientSdk.dll
    Syntax
    public struct DataStoreTypes.ItemDescriptor : IEquatable<DataStoreTypes.ItemDescriptor>

    Constructors

    | Edit this page View Source

    ItemDescriptor(int, FeatureFlag)

    Constructs an instance.

    Declaration
    public ItemDescriptor(int version, DataModel.FeatureFlag item)
    Parameters
    Type Name Description
    int version

    the version number

    DataModel.FeatureFlag item

    the data item, or null if this is a deleted item placeholder

    Properties

    | Edit this page View Source

    Item

    The data item, or null if this is a deleted item placeholder.

    Declaration
    public readonly DataModel.FeatureFlag Item { get; }
    Property Value
    Type Description
    DataModel.FeatureFlag
    | Edit this page View Source

    Version

    The version number of this data, provided by the SDK.

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

    Methods

    | Edit this page View Source

    Equals(ItemDescriptor)

    Declaration
    public bool Equals(DataStoreTypes.ItemDescriptor other)
    Parameters
    Type Name Description
    DataStoreTypes.ItemDescriptor other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX